v1
latestOpenAPI 3.0.12026-07-24204977.5 KBAccount Linking
Revoke a linked payment token
Unlinks a payment token for the authenticated merchant channel. Returns 400 if an active pre-auth (AUTHORIZED) is still open for the account.
post/tokenized-payment/v1/tokens/unlink
Request body
Example request
{
"paymentToken": "aBcD1234eFgH5678iJkL9012mNoP3456"
}Response
Payment token successfully unlinked.
Example response
{
"paymentToken": "aBcD1234eFgH5678iJkL9012mNoP3456",
"status": "UNLINKED"
}