v1
latestOpenAPI 3.1.02026-07-241660500.9 KBCreate customer/vaulted card with token
Create a customer using a limited use token
post/v3/vault/customer
Query parameters
tokenstring required
Limited use token
Request body
Response
200
Example response
{
"id": 10696580,
"cardAccount": {
"token": "E6495F362953404293D6172119CC1801"
}
}