Skip to content
This repository was archived by the owner on Aug 20, 2025. It is now read-only.

Latest commit

 

History

History
48 lines (42 loc) · 1.84 KB

File metadata and controls

48 lines (42 loc) · 1.84 KB

PaymentErrorCode

Enum Variants

Name Value
PaymentFailed payment_failed
PaymentFraudDetected payment_fraud_detected
PaymentDenied payment_denied
PaymentNotSupportedByIssuer payment_not_supported_by_issuer
PaymentNotFunded payment_not_funded
PaymentUnprocessable payment_unprocessable
PaymentStoppedByIssuer payment_stopped_by_issuer
PaymentCanceled payment_canceled
PaymentReturned payment_returned
PaymentFailedBalanceCheck payment_failed_balance_check
CardFailed card_failed
CardInvalid card_invalid
CardAddressMismatch card_address_mismatch
CardZipMismatch card_zip_mismatch
CardCvvInvalid card_cvv_invalid
CardExpired card_expired
CardLimitViolated card_limit_violated
CardNotHonored card_not_honored
CardCvvRequired card_cvv_required
CardRestrictedComma card_restricted,
CardAccountIneligible card_account_ineligible
CardNetworkUnsupported card_network_unsupported
ChannelInvalid channel_invalid
UnauthorizedTransaction unauthorized_transaction
BankAccountIneligible bank_account_ineligible
BankTransactionError bank_transaction_error
InvalidAccountNumber invalid_account_number
InvalidWireRtn invalid_wire_rtn
InvalidAchRtn invalid_ach_rtn
RefIdInvalid ref_id_invalid
AccountNameMismatch account_name_mismatch
AccountNumberMismatch account_number_mismatch
AccountIneligible account_ineligible
WalletAddressMismatch wallet_address_mismatch
CustomerNameMismatch customer_name_mismatch
InstitutionNameMismatch institution_name_mismatch
VendorInactive vendor_inactive

[Back to Model list] [Back to API list] [Back to README]