v1
latestOpenAPI 3.0.12026-07-2421268219.4 KB/v1/transactions
Validate an existing alias
An existing alias can be validated at any time with the transaction validate API. No amount will be blocked on the customers account. Only credit cards (including Apple Pay and Google Pay), PFC, KLN and PAP support validation of an existing alias.
post/v1/transactions/validate
Request body
Example request
{
"card": {
"alias": "AAABeCBPbiHssdexyrAAAYkaznYWAPYt",
"number": "4242424242424242"
},
"PFC": {
"alias": "AAABeCBPbiHssdexyrAAAYkaznYWAPYt"
},
"KLN": {
"alias": "AAABeCBPbiHssdexyrAAAYkaznYWAPYt"
},
"PAP": {
"alias": "AAABeCBPbiHssdexyrAAAYkaznYWAPYt"
},
"ESY": {
"alias": "AAABeCBPbiHssdexyrAAAYkaznYWAPYt"
}
}Response
Alias successfully validated
Example response
{
"card": {
"alias": "AAABeCBPbiHssdexyrAAAYkaznYWAPYt"
}
}