Detokenisation Profile
How to send card details to 3rd party services safely
Detokenisation Profiles
{
"id": "441928a5-6cf6-4735-ae95-8b1a27178d1c",
"type": "detokenization_profile",
"attributes": {
"id": "441928a5-6cf6-4735-ae95-8b1a27178d1c",
"name": "sample",
"profile": {
"type": "json",
"schema": {
"message_node": "$.data",
"card_node": "attributes.guarantee",
"card_token_node": "token"
},
"target_card_node": "card_node",
"card_node": {
"card_number": "%CARD_NUMBER%",
"cardholder_name": "%CARDHOLDER_NAME%",
"expiration_month": "%EXPIRATION_MM%",
"expiration_year": "%EXPIRATION_YYYY%",
"cvv": "%SERVICE_CODE%"
},
},
"created_at": "2020-06-08T05:49:10.979Z",
"updated_at": "2020-06-08T05:49:10.979Z"
}
}Last updated