Credit Card Rejection Status
During the transparent checkout (or regular checkout) some transactions might be rejected due to one or another issues regarding or not the credit-card itself.
Here follows a complete list of status_details
that might occur.
Incorrect credit card information:
- cc_rejected_bad_filled_card_number: Incorrect card number
- cc_rejected_bad_filled_date: Incorrect card due date
- cc_rejected_bad_filled_security_code: Incorrect card security code
- cc_rejected_bad_filled_other: Any other card-related incorred information
General credit card issues:
- cc_rejected_card_disabled: Disabled credit card
- cc_rejected_card_error: General credit card error
- cc_rejected_insufficient_amount: Credit card with insufficient funds
Internal issues:
- cc_rejected_card_type_not_allowed: Credit card type not allowed
- cc_rejected_duplicated_payment: Duplicated payment for credit-card
- cc_rejected_invalid_installments: Invalid number of installments selected
Internal due-diligence issues
- cc_rejected_blacklist: Credit card or holder signed as black list
- cc_rejected_high_risk: Credit card signed as high risk user to proceed with the transaction
Fallback general errors:
- cc_rejected_other_reason: Transaction rejected due to other reasons
- cc_rejected_fallback: Fallback rejection (timeout, invalid payment information...)
- bad_request: Bad request during transaction