v1
latestOpenAPI 3.0.12026-07-2421268219.4 KB/v1/aliases
Get alias info
Get alias info.
get/v1/aliases/{alias}
Path parameters
aliasstring required
An alias (token) received from a previous transaction if option.createAlias was set to true. In order to retrieve the alias from a previous transaction, use the Status API.
Example:AAABeCBPbiHssdexyrAAAYkaznYWAPYt
Response
Successful alias info response
Example response
{
"alias": "AAABeCBPbiHssdexyrAAAYkaznYWAPYt",
"fingerprint": "F-coGuJQ55tUk8CnKGI9PX1T",
"card": {
"networkToken": {
"paymentAccountReference": "5001a9f027e5629d11e3949a0800a"
},
"altId": {
"paymentAccountReference": "5001a9f027e5629d11e3949a0800a"
}
}
}