ApiError
Types
Reports the outcome of localizing an ApiError.message.
Properties
For card errors resulting from a card issuer decline, a short string indicating how to proceed with an error if they provide one.
If this error results from a declined card (type = CARD_ERROR), this field will provide more details
Reports the outcome of localizing message.
A human-readable message providing more details about the error. For card errors (type == ApiErrorType.CARD_ERROR), these messages can be shown to your users.
For card errors resulting from a card issuer decline, a 2 digit code which indicates the advice given to merchant by the card network on how to proceed with an error.
For payments declined by the network, an alphanumeric code which indicates the reason the payment failed.
If the error is related to a PaymentIntent, this returns the payment intent.
A URL to the request log entry in your dashboard.
If the error is related to a SetupIntent, this returns the setup intent.
The type of error returned