Bank Related Status Code

Code Type Description
400 INVALID_REQUEST Invalid request
402 CREDENTIALS_LOCKED The client account is locked.
403 AUTHENTICATION_FAILED The client failed to authorize with vendor
404 NOT_FOUND The requested resource is not found.
423 BANK_NAME_NOT_FOUND The target bank name was not found.
424 BANK_CODE_NOT_FOUND The target bank code was not found.
425 BANK_BRANCH_NOT_FOUND The target bank branch was not found.
426 BENEFICIARY_DOCUMENT_INVALID The target beneficiary document is invalid
427 BENEFICIARY_NAME_MISMATCH The target beneficiary name doesn't match the target account holder's name.
428 ACCOUNT_NOT_FOUND The target account was not found.
429 ACCOUNT_INVALID The target account is invalid, mostly due to wrong format.
430 ACCOUNT_LOCKED The target account is locked, couldn't be used now.
431 PIX_KEY_INVALID The PIX Key provided is invalid.
432 PAYER_DOCUMENT_INVALID The payer document is invalid.
441 PAYMENT_REQUEST_NOT_FOUND The transaction ID is invalid.
442 TRANSACTION_ALREADY_EXISTS The idempotency key provided is used before.
443 TRANSACTION_PENDING This transaction is pending for manually review.
444 RESOURCE_DUPLICATED The resource already exists.
445 INVALID_PHONE_NUMBER The phone number is invalid.
446 INVALID_CARD_NUMBER The card number is invalid.
447 INVALID_DOCUMENT The document is invalid.
448 INVALID_USER_ID The user ID is invalid.
449 MISSING_USER_INFO The user information is missing.
450 INSUFFICIENT_FUNDS The source account is out of balance.
451 EACH_PAYMENT_LIMIT_EXCEEDED The payment amount has reached the payment amount limit.
452 DAILY_PAYMENT_LIMIT_EXCEEDED The total daily payment amount has reached the daily payment limit.
453 MONTHLY_PAYMENT_LIMIT_EXCEEDED The total monthly payment amount has reached the monthly payment limit.
454 YEARLY_PAYMENT_LIMIT_EXCEEDED The total yearly payment amount has reached the yearly payment limit.
455 AMOUNT_TOO_SMALL The payment amount is too small to be accepted.
456 AMOUNT_LIMIT_EXCEEDED The payment amount exceeds payee's transaction limit
460 GATEWAY_TIMEOUT The payment gateway connection time out.
461 GATEWAY_ERROR The payment gateway had a problem.
462 PAYMENT_OPERATION_TIMEOUT The payment operation had a time out issue.
463 PAYMENT_OPERATION_CANCELLED The payment transaction was cancelled.
464 PAYMENT_REJECTED_BY_BANK The payment transaction was rejected by bank.
470 ACCOUNTING_BILL_DAY_INVALID The date is invalid.
471 ACCOUNTING_BILL_NOT_COME_OUT The bill according to date has not come out, please retry later.
472 BALANCE_UNAVAILABLE balance is unavailable now, please retry later.
480 INVALID_SKU The SKU provided is invalid and was not found in the system
481 INVALID_TOPUP_PHONE_NUMBER Carrier does not support the phone number
482 INVALID_UTILITY_REFERENCE_NUMBER Carrier does not support the reference number
483 INVALID_AMOUNT Payment amount is not valid or does not match the corresponding reference number
2301 FRAUD_CYBS The transaction failed cybersource analysis
2401 ACQUIRER_INVALID_CARD_NUMBER Invalid card number - acquirer
2402 ACQUIRER_INVALID_NSU_HOST Invalid or duplicate NSU host - acquirer
2403 ACQUIRER_INVALID_MERCHANT Invalid merchant - acquirer
2404 ACQUIRER_ANTI_FRAUD Vendor anti-fraud - acquirer
2405 ACQUIRER_EXCEEDS_AMOUNT_LIMIT Exceeds amount limit - acquirer
2406 ACQUIRER_EXCEEDS_FREQUENCY_LIMIT Exceeds count limit - acquirer
2407 ACQUIRER_INVALID_CVV Invalid CVV number
2408 ACQUIRER_REJECTED Acquirer can't process the transaction. Contact acquirer
2501 ISSUER_NOT_AUTHORIZED_NO_RETRY Issuer not authorized. Do not retry
2502 ISSUER_NOT_AUTHORIZED_RETRY Issuer not authorized. Try later
2503 ISSUER_UNAVAILABLE_RETRY Issuer unavailable. Try later
2504 ISSUER_SUSPECTED_FRAUD Issuer suspected fraud
2505 ISSUER_INSUFFICIENT_FUNDS Insufficient funds - issuer
2506 ISSUER_EXCEEDS_AMOUNT_LIMIT Exceeds amount limit - issuer
2507 ISSUER_EXCEEDS_FREQUENCY_LIMIT Exceeds frequency limit - issuer
2508 ISSUER_INVALID_CARD_NUMBER Invalid card number - issuer
2509 ISSUER_BLOCKED_CARD Blocked card - issuer
2510 ISSUER_EXPIRED_CARD Expired card - issuer
2511 ISSUER_NEW_CARD_NOT_ACTIVATED New card not activated - issuer
2512 ISSUER_RESTRICTED_CARD Restricted card - issuer
2513 ISSUER_CARD_NOT_SUPPORTED_FOR_ONLINE Card does not support online purchases - issuer
2514 ISSUER_INVALID_CVV Invalid CVV/CVC2 code entered - issuer
2515 ISSUER_INVALID_EFFECTIVE_DATE Invalid effective date - issuer
2516 ISSUER_INSTALLMENT_NOT_SUPPORTED Card does not support installment
2517 ISSUER_LOST_CARD Card reported as lost
2518 ISSUER_INVALID_REGION Restricted card: card invalid in region or country
2601 NETWORK_UNAVAILABLE_RETRY Network unavailable. Try later
2602 NETWORK_SUSPECTED_FRAUD AMEX suspected fraud/travel warning
2603 NETWORK_SECURITY_BREACH Visa security breach
Back to top