tokenRefId
returned for a card you successfully tokenized.
tokenRefId
returned for a card you successfully tokenized. The response for your /account call will include an assetId
which you can then use to test the /asset call.
assetId
, you can use that value to test requesting card art for the associated token. The response will include either the card art image data presented as a base64 encoded string (Visa) or a URL to the card art image (Mastercard).
tokenRefId
returned for a card you successfully tokenized. The response for your /status call will include random year
and month
values, following the examples below:
tokenRefId
returned for a card you successfully tokenized to test the following status changes:
VISA TEST PAN | PROVISIONING RESPONSE |
---|---|
4000000000000002 | Success |
4000000000000010 | ProvisionDataExpired |
4000000000000028 | CardVerificationFailed |
4000000000000036 | CardNotEligible |
4000000000000044 | CardNotAllowed |
4000000000000051 | CardDeclined |
4000000000000069 | ProvisionNotAllowed |
4000000000000077 | InvalidTokenStatus |
4000000000000085 | Success |
4000000000000093 | Success |
MASTERCARD TEST PAN | PROVISIONING RESPONSE |
---|---|
5100000000000008 | Success |
5100000000000024 | CardNotEligible |
5100000000000032 | IssuerDeclined |
5100000000000040 | InvalidInput |
5100000000000057 | InvalidInput |
5100000000000065 | Success |
5100000000000073 | Success |
DISCOVER TEST PAN | PROVISIONING RESPONSE |
---|---|
6011000000000004 | Success |
6011000000000012 | ProvisionDataExpired |
6011000000000020 | CardVerificationFailed |
6011000000000038 | CardNotEligible |
6011000000000046 | CardNotAllowed |
6011000000000053 | CardDeclined |
6011000000000061 | ProvisionNotAllowed |
AMEX TEST PAN | PROVISIONING RESPONSE |
---|---|
370000000000002 | Success |
370000000000010 | CardMarketNotSupported |
370000000000028 | CardNotEligible |
370000000000036 | CardCannotBeTokenized |
370000000000044 | IssuerNotSupported |
370000000000051 | CardCancelled |
370000000000069 | Success |
370000000000077 | Success |