1. 附录
  • 概览
  • 集成模式
    • 收银台模式
    • 嵌入式 iframe 模式
    • Direct API 模式
    • 插件模式
  • 支付方式
    • 支付方式概览
    • 全球
      • 国际卡
      • Afterpay
      • Apple Pay
      • Google Pay
      • Klarna
    • 中国大陆&港台地区
      • Alipay CN
      • Alipay HK
      • JKO PAY
      • TWN BANK
      • WeChat Pay
    • 日韩地区
      • 日本
        • Konbini
      • 韩国
        • Kakao Pay
        • Naver Pay
        • PAYCO
    • 东南亚地区
      • 印度尼西亚
        • Akulaku
        • BNI
        • BRI
        • CIMB Clicks
        • DANA
        • Mandiri
        • Maybank
        • Nobu Bank QRIS
        • OVO
        • Permata
      • 马来西亚
        • Boost
        • Mcash
        • Touch n Go
      • 菲律宾
        • BPI
        • Coins.ph
        • GCash
        • GrabPay
        • Maya
      • 泰国
        • Bualuang iBanking
        • Krungsri Online
        • Prompt Pay
        • Rabbit LINE Pay
        • TrueMoney
      • 越南
        • Napas Card
        • VietQR
        • Zalopay
  • 开始接入
    • 申请测试商户
    • 测试验收场景
    • 上线前准备
    • 如何配置公钥
    • 请求与响应结构
    • API 签名组装规则
    • 支付完成同步跳转参数说明
    • 收银台对接
      • 收银台流程说明
    • iframe 对接
      • 国际卡支付流程(iframe)
      • 国际卡绑卡流程(iframe)
      • Google Pay 流程(iframe)
      • Apple Pay 流程(iframe)
    • Direct API 对接
      • 国际卡支付流程(Direct API)
      • WeChatPay 流程(Direct API)
      • Alipay+ 流程(Direct API)
      • Apple Pay 流程(Direct API)
  • APIs
    • 接口
      • API - 支付
      • API - 支付查询
      • API - 退款
      • API - 退款查询
      • API - 支付取消
      • API - 获取iframe凭证
      • API - 解绑
      • API - 绑卡查询
      • API - 物流上传
      • API - 支付查询-POST
    • 通知
      • Notify - 支付结果通知
      • Notify - 退款结果通知
      • Notify - 绑卡结果通知
      • Notify - 争议结果通知
  • 附录
    • 返回码
    • 业务错误码
    • 订单状态
    • 国家编码
    • 州
    • 币种
    • 承运商
    • 资源下载
      • 插件
      • 对接 SDK - Java
      • 对接 SDK - Node
  1. 附录

返回码

http status codereturn_codereturn_msg
200SUCCESSSuccess
400INVALID_PARAMETER<parameter name> is empty or incorrect
401INVALID_SIGNATUREInvalid signature
INVALID_MERCHANTInvalid merchant id
INVALID_SECONDARY_MERCHANTInvalid secondary merchant id
IP_NOT_AUTHORIZEDMerchant IP is not authorized
INACTIVE_MERCHANTThe Merchant is inactive, please contact our support
403CUSTOMER_HAS_RESTRICTIONSThis transaction could not be completed at this moment, please try again later or try a different payment method.
ANNUAL_LIMIT_EXCEEDEDThe Customer has exceeded the annual limit. For him to continue shopping, send proof of income to request limit increase.
BOLETO_LIMIT_EXCEEDEDThe Customer can only order up to <payment currency> <max payment amount> per transaction or per month in payments via boleto.
FX_TRANSACTION_LIMIT_EXCEEDEDThe Customer can only order up to <settlement currency> <max settlement amount> per transaction.
404HTTP_NOT_FOUNDHTTP 404 Not Found
OBJECT_NOT_FOUND<object name> not found
409EXISTING_OBJECT<object name> <id> already exists
PAYMENT_COMPLETEDOrder<order id> is paid
PAYMENT_CLOSEDOrder <order id> is closed
SHIPMENT_CONFIRMEDShipment is already confirmed
422REFUND_AMOUNT_EXCEEDEDThe refund amount can not be greater than the amount of the order previously
NON_REFUNDABLE_ORDERhe Current order status does not allow a refund
REFUND_ALREADY_REQUESTEDThe refund of this order has already been requested.
INSUFFICIENT_BALANCEMerchant does not have enough balance for this operation
NON_REISSUABLE_PAYMENTCan not reissue order payment due to inconsistent order information
ERROR_DURING_ORDER_PROCESSINGAn error occurred during order processing, please try again later
SYSTEM_BUSYSystem busy
INTERNAL_SERVER_ERRORSystem error
上一页
Notify - 争议结果通知
下一页
业务错误码