Payment Session State Rejected Reason
The possible values that can be used to describe the reasons why a payment is rejected.
Anchor to Valid valuesValid values
- Anchor to AUTHENTICATION_FAILEDAUTHENTICATION_
FAILED 3D Secure authentication failed. This rejection reason should only be used when a payment has completed the 3DS authentication step but the authentication was unsuccessful or declined. In this case, the app isn't required to call the
mutation to reject the credit card payment. Refer to Supporting 3-D Secure for more information on how to support 3DS.- Anchor to CARD_DECLINEDCARD_
DECLINED The payment was declined.
- Anchor to CONFIRMATION_REJECTEDCONFIRMATION_
REJECTED - Anchor to EXPIRED_CARDEXPIRED_
CARD The card has expired.
- Anchor to INCORRECT_ADDRESSINCORRECT_
ADDRESS The address is incorrect.
- Anchor to INCORRECT_CVCINCORRECT_
CVC The card security code (CVC/CVV) doesn't match the one on file.
- Anchor to INCORRECT_NUMBERINCORRECT_
NUMBER The card number is incorrect.
- Anchor to INCORRECT_PININCORRECT_
PIN The PIN entered doesn't match the one on file.
- Anchor to INCORRECT_ZIPINCORRECT_
ZIP The postal code doesn't match the one on file.
- Anchor to INVALID_CVCINVALID_
CVC The card security code (CVC/CVV) doesn't match the expected format.
- Anchor to INVALID_EXPIRY_DATEINVALID_
EXPIRY_ DATE The card expiration date is invalid or incorrectly formatted.
- Anchor to INVALID_NUMBERINVALID_
NUMBER The card number format is invalid or incomplete.
- Anchor to PROCESSING_ERRORPROCESSING_
ERROR An error occurred while processing the payment.
- Anchor to RISKYRISKY
The payment was rejected by risk control.
Anchor to FieldsFields
- •INPUT OBJECT
The input fields for the reason why the payment was rejected.
- •OBJECT
Additional details about a payment's rejected state.