Wallet Tokens
Get wallet token details
Get a wallet token by its identifier.
GET
Get wallet token details
Authorizations
Path Parameters
The ID of the wallet token to read.
Response
Success response
The specific credential kind.
Available options:
google_pay_pan_only, google_pay_cryptogram_3ds, apple_pay_dpan Example:
"google_pay_pan_only"
The wallet the token was ingested from.
Example:
"google_pay"
Available options:
visa, mastercard, american express, discover, diners club, jcb, unionpay The authentication method of the wallet credential. An Apple Pay token is always CRYPTOGRAM_3DS. Determines which placeholders are available when forwarding and whether the token can be promoted.
Available options:
PAN_ONLY, CRYPTOGRAM_3DS Whether the payment still requires 3-D Secure authentication on your side.
The ID of the network token this wallet token was promoted to. null until the token is promoted.
Set when the token has been deleted and its card data scrubbed.
Previous
Delete a wallet tokenDelete a wallet token. The stored card data is scrubbed immediately; the token record itself is kept with `deleted_at` set and is returned in the response. A deleted token can no longer be forwarded or promoted.
Next
Get wallet token details