Tokenisation Profile
How to manage profiles to work with incoming cards
A Tokenisation Profile is a setting to represent how to exclude information from a 3rd party service message.
Please ask us to create profiles for you (No Charge), we have working profiles and can make new profiles easily.
Tokenisation Profile structure
Field
Description
id
Unique identifier based at UUID v4
name
Tokenisation profile name, URL-safe string
profile
Tokenisation profile structure
created_at
timestamp when profile was created
updated_at
timestamp when profile was updated
Profile
Field
Description
type
type of incoming content (JSON or XML)
schema
information about message_node and card_node placement
card_token_placement
information about card_token destination
card_node
information about card information nodes
Schema
Field
Description
message_node
JSON object with selector field with JSONPath or XPath to booking message node at 3rd party service message
card_node
JSON object with selector field with relative JSONPath or XPath to credit card node
Card Token Placement
Field
Description
type
One of possible values: card_node, headers
node
required field if type is card_node, XPath or JSONPath to node, where card_token should be inserted
If you choose card_node
, card_token
will be inserted into message structure. If headers
chosen, card_token will be return at X-PCI-VAULTERA-TOKENS
Header. If message contain several bookings, we will return several card_tokens. If one of messages does not have credit card info, it will be represent as an empty string at Headers.
Card Node
Field
Description
card_number
JSON object with selector for Card Number
cardholder_name
JSON object with selector for Cardholder name
expiration_month
JSON object with selector for Expiration Month
expiration_year
JSON object with selector for Expiration Year
service_code
JSON object with selector for Service Code (CVV, CVC)
Each selector can contain field selector with JSONPath or XPath, and field transformation to modify the excluded value.
Please, keep in mind, our Tokenisation Profiles are based at XPath or JSONPath functionality.
Last updated