Paystack 绑卡失败原因映射关系

生产快照:2026-08-10 03:12:33;统计窗口:2026-08-06 00:00:00 至快照时点;Paystack 最终失败订单:1,050 笔,去重用户:441 名。优先复用 17-绑卡失败率优化与异常结果页 的既有枚举;若客户应看到不同原因或执行不同动作,则新增专用 failReason(标记“新增”)。仅 status=success AND is_complete=1 为绑卡成功;HTTP 200 或三方日志 status=success 不代表成功。

原始 Provider / 系统 message 或状态条件生产失败订单数标准 failReason来源客户 Title / 英文文案主动作次动作可自动打款服务端 / 客服处理
Invalid card number337INVALID_CARD_INFO复用Invalid Card DetailsSome card details are incorrect. Please check the card number, expiry date and CVV, then try again.RetryUse Another Card返回卡信息页;不应断言一定是卡号,也可能是有效期或 CVV。
plutus cancel171USER_CANCELLED新增Card Binding CancelledCard binding was cancelled. You can restart when you are ready.Restart BindingBack先核对取消来源;新发起必须使用新订单、新 reference。
Token Authentication Failed. Incorrect Token Supplied.106BIND_FAILED复用FailedCard verification could not be completed. Please restart card binding.RetryUse Another Card旧鉴权会话不可复用;监控 Token 传递、会话与 Provider Token 服务。
Token Authorization Not Successful. Incorrect Token Supplied22BIND_FAILED复用FailedCard verification could not be completed. Please restart card binding.RetryUse Another Card与上一条归并统计,保留 Provider 原文。
Incorrect PIN62PIN_FAILED新增Incorrect PINThe card PIN is incorrect. Please restart card binding and enter the correct PIN.Restart BindingUse Another Card旧 PIN / OTP 会话结束;不得回显、缓存或复用 PIN。
PIN tries exceeded8PIN_ATTEMPT_LIMIT新增Too Many PIN AttemptsToo many PIN attempts were made. Please wait a few minutes before trying again.Try Again LaterUse Another Card按通道冷却时间处理。
limited by plutus12SYSTEM_ERROR复用FailedCard binding is temporarily unavailable. Please try again later.Try Again LaterContact Support内部限制命中;客户端不展示原文,受控日志记录规则命中码。
Security Violation1SECURITY_REJECTED新增Card Security RejectedYour bank could not complete this verification for security reasons. Please use another card or contact your bank.Use Another CardContact Support按发卡行安全拒绝处理;客服不得索取 PIN、OTP、CVV。
Insufficient funds / Insufficient Funds78INSUFFICIENT_BALANCE复用Insufficient BalanceYour card balance is not enough for card verification. Please add funds and try again.Retry BindingUse Another Card条件允许仅明确余额不足可进入 17 号文档规定的业务线开关、资格与频控判断。
Transaction Declined24BANK_DECLINED复用Bank DeclinedYour bank declined this card verification. Please use another debit card or contact your bank.Use Another CardContact Support发卡行拒绝;不承诺重试一定成功。
Refer to card issuer / Do not honor23BANK_DECLINED复用Bank DeclinedYour bank declined this card verification. Please use another debit card or contact your bank.Use Another CardContact Support发卡行拒绝;保留原文供客服排查。
Restricted card / Transaction not Permitted to Cardholder3CARD_RESTRICTED新增Card RestrictedThis card is restricted and cannot be used for verification. Please use another debit card.Use Another Card不引导重复尝试。
Lost card, Pick-Up4CARD_BLOCKED新增Card BlockedThis card has been blocked by the issuer. Please use another debit card.Use Another Card安全状态;禁止继续重试该卡。
Daily transaction limit exceeded / Exceeds Withdrawal Limit / Payment instrument has exceeded card scheme limit8CARD_LIMIT_EXCEEDED新增Card Limit ReachedYour card has reached a transaction limit. Please try again later or use another card.Try Again LaterUse Another Card不映射为余额不足。
Merchant is not enabled for international transactions.6CARD_TRANSACTION_CAPABILITY_UNSUPPORTED新增Card Not SupportedThis card cannot be used for this verification. Please use another debit card.Use Another CardContact Support客户换卡;支付侧核查商户 / 路由是否意外触发国际交易要求。
Token Not Generated. Customer Not Registered on Token Platform25CARD_NOT_SUPPORTED复用Card Not SupportedThis card cannot be verified at the moment. Please use another debit card.Use Another CardContact Support不当作客户注册问题;受控日志保留卡品牌 / BIN 并向 Provider 核实覆盖。
Payment Requires Token Authorization 且订单终态失败3BANK_AUTH_FAILED复用Bank Verification FailedYour bank verification was not completed. Please restart card binding and follow the bank's instructions.RetryUse Another Card若订单仍 pending,应优先返回 BIND_CARD_PROCESSING
No Card Record15BIND_FAILED复用FailedWe could not find this card verification. Please restart card binding.RetryContact Support先查询原 reference 与 Provider transaction;确认不存在后才允许重建。
Unable to process transaction / Card could not be processed at this time73SYSTEM_ERROR复用FailedCard verification is temporarily unavailable. Please try again later.Try Again LaterUse Another Card受控退避后新建订单;监控银行、卡品牌和 Provider 响应耗时。
Issuer or Switch Inoperative2ISSUER_UNAVAILABLE新增Bank Service UnavailableYour bank service is temporarily unavailable. Please try again later or use another card.Try Again LaterUse Another Card发卡行 / 交换网络暂不可用。
Received invalid response from remote entity1SYSTEM_ERROR复用FailedCard verification is temporarily unavailable. Please try again later.Try Again LaterContact Support排查 Provider 通信、协议、签名及原始响应摘要。
Error occurred while processing your request... Please contact merchant1SYSTEM_ERROR复用FailedCard verification is temporarily unavailable. Please try again later.Try Again LaterContact Support商户或 Provider 配置异常,客户不可自助解决。
Invalid Transaction / Invalid account number (no such number)(出现在绑卡链路)2BIND_FAILED复用FailedCard verification could not be completed. Please restart card binding.RetryContact Support不展示账户号原文;排查订单状态、请求组装和路由参数。
Request to Generate Token is Successful 但订单终态失败5PROVIDER_TIMEOUT复用ProcessingWe are confirming your card verification result. Please check the status shortly.Check StatusBack原文与终态冲突;先主动查询 Provider,确认失败后以实际终态原因覆盖。

新增枚举:USER_CANCELLEDPIN_FAILEDPIN_ATTEMPT_LIMITSECURITY_REJECTEDCARD_RESTRICTEDCARD_BLOCKEDCARD_LIMIT_EXCEEDEDCARD_TRANSACTION_CAPABILITY_UNSUPPORTEDISSUER_UNAVAILABLE。其余均复用 17 号文档已有枚举。providerCodeproviderMessage、Provider transaction / request ID、卡号、CVV、PIN、OTP、Token 仅保存在受控日志或客服后台,不下发 App/H5。