v1
latestOpenAPI 3.1.02026-07-241210356.3 KBTokens
Add
This endpoint allows you to create a token for a credit card.
post/Token/Add
Headers
api-keystring required
API Key
secret-keystring required
Secret Key
Request body
Example request
{
"card_date_mmyy": "03/25"
}Response
200
Example response
{
"terminal_uid": "e67d7991-6b13-44de-94ff-95c9ca55be84",
"customer_uid": "e67d7991-6b13-44de-94ff-95c9ca55be84",
"credit_card_number": "5326120380000218",
"card_date_mmyy": "01/24",
"identification_number": "266348226",
"previous_uid": "153cf0ac-25cd-4cc3-b657-3e39e0aada51"
}