Detokenisation Profile
How to send card details to 3rd party services safely
Detokenisation Profiles
Same as a Tokenisation Profiles a Detokenisation Profile is used to extract Credit Card info from messages coming from 3rd party service into your application, Detokenisation Profiles describe how to insert real Credit Card data back into your messages that are going to 3rd party services.
You will typically use detokenisation to send the card details to a payment gateway.
Detokenisation Profiles are used with the secure domain feature. Usually you will have one Detokenization profile per application.
Detokenization Profile Structure
id
- unique identifier based at UUID v4
name
- URL-safe profile name
type
- type of message content (JSON or XML)
schema
- information where to find card token
target_card_node
- relative selector to insert card information
card_node
- card node structure description with Drop Ins
Last updated