v1
latestOpenAPI 3.1.02026-07-26490301.4 KBPayment
Tokenization
post/tokenize
Headers
X-Request-IDstring
Unique ID of request
Request body
Example request
{
"number": "4024007179366348",
"expirationYear": "25",
"expirationMonth": "12",
"cvv": "009",
"cardHolder": "John Smith",
"zip": "14000"
}Response
Created
Example response
{
"token": "d86bdcbb-c369-46d9-a9d0-9c5010e3bfdb",
"expireAt": 1611735028
}