Cannot tokenize payment instrument | The payment instrument type does not support tokenization. | `payment_instrument_type`: the type of payment instrument | 400 |
Card declined by issuer | Card verification failed. | None | 422 |
Card is expired | Expired cards are unsupported. | None | 422 |
Denied due to risk | Denied due to fraudulent behavior.Note: To prevent information disclosure, this reason should never be displayed to the
customer. | None | 422 |
Invalid amount | The specified `max_amount` was unsupported or invalid. | `max_amount`: The invalid value passed for the maximum amount | 422 |
Invalid expire_at | The specified `expire_at` was in the past or invalid. |
`expire_at`: The invalid value passed for the datetime after which the tokenized PAN should
be considered invalid
| 422 |
PayPal billing agreement cancelled | The customer requested a cancellation of all future transactions on their PayPal account.
Reach out to the customer for more information or an alternative payment method. | None | 422 |
PayPal payer restriction | The customer's PayPal account can't be used for transactions at this time. The customer
will need to contact PayPal for more information or use an alternative payment method. | None | 422 |
The provided payment instrument does not currently support tokenization with a cryptogram
| Currently, only Visa cards are eligible for cryptograms. | None | 422 |
Unsupported issuer | The issuer is based in an unsupported country, or does not support tokenization. | `issuer_country`: The ISO Alpha-2 country code of the issuer | 422 |
Tokenization failed | An unhandled exception occurred. | None | 500 |