# Profile List

{% hint style="warning" %}
If the profile you are looking for is not listed please get in touch so we can create for you.
{% endhint %}

## Understanding Profiles

**Profiles are blueprints for credit card handling:** Each Vaultera profile defines how to tokenize or detokenize credit card details for a specific booking engine or data source. It outlines where the card information is located in the booking data and how to replace it with a secure token (during tokenization) or reinsert the real card data (during detokenization).

**Using a profile token when fetching bookings:** When you retrieve bookings via Vaultera, you must specify which profile to use for credit card handling. In your API request, include the profile’s token name (for example, `profile=site_minder` or `profile=booking_com_body`). This tells Vaultera which blueprint to apply, ensuring credit card numbers are properly tokenized (or detokenized) in the returned data.

**Profile List page is informational only:** The list below shows all pre-created profiles and their token names for reference. This page is for informational purposes – it is **not** an interface for direct interaction (editing or selecting profiles). If you need a new profile that isn’t listed, please get in touch with us to have it created.

## Header or Body

Vaultera PCI can provide the token in the header or in the body of the booking. You will need to select the correct profile depending which is your preference.

## Request New Profiles

Please email us if you need a new profile created. We need the full response (XML or Json) examples with one and/or with multiple bookings.

## Created Profiles

We have profiles for these services already created, please use in your request

<table data-header-hidden><thead><tr><th width="176.33333333333331">Company</th><th>Token Name (Header)</th><th>Token Name (Body)</th></tr></thead><tbody><tr><td>Company</td><td>Token Name (Header)</td><td>Token Name (Body)</td></tr><tr><td>My Allocator</td><td></td><td>myallocator</td></tr><tr><td>Siteminder</td><td>site_minder</td><td>site_minder_body</td></tr><tr><td>Vertical Booking</td><td>vertical_booking</td><td></td></tr><tr><td>Wubook</td><td>wubook</td><td>wubook_body</td></tr><tr><td>Booking.com</td><td>booking_com</td><td>booking_com_body</td></tr><tr><td>Expedia</td><td>expedia</td><td>expedia_body</td></tr><tr><td>Hostel World</td><td>hostelworld_xml, hostelworld_json</td><td>hostelworld_xml_body</td></tr><tr><td>Agoda</td><td>agoda</td><td>agoda_body</td></tr><tr><td>Yieldplanet</td><td>yieldplanet</td><td></td></tr><tr><td>Staah</td><td>staah</td><td></td></tr><tr><td>Channex</td><td></td><td>channex, channex_entity</td></tr><tr><td>Ctrip</td><td></td><td>ctrip</td></tr><tr><td>Despegar</td><td></td><td>despegar</td></tr><tr><td>Dorms</td><td></td><td>dorms</td></tr><tr><td>Hotelbeds</td><td>hotelbeds</td><td></td></tr><tr><td>Hotetec</td><td>hotetec</td><td></td></tr><tr><td>Inntopia</td><td>inntopia</td><td></td></tr><tr><td>Nextpax</td><td>nextpax</td><td></td></tr><tr><td>Cubilis</td><td>cubilis</td><td></td></tr></tbody></table>
