For the complete documentation index, see llms.txt. This page is also available as Markdown.

线下/便利店支付

📘Boleto

商家请求
{
  "api_key": "<Your APIKEY>",
  "order_id": "<Your OrderID>",
  "lang": "en",
  "merchant_name": "Koko eBooks",
  "type": "1",
  "pay_type": "3",
  "pay_channel": "100",
  "email": "test@codapayments.com",
  "msisdn":"xxxx",
  "items": [
    {
      "code": "1",
      "name": "One Day",
      "price": 500
    }
  ],
  "profile": {
    "name":"Yosep Joestar",
    "id_no": "88899988811",
    "dateofbirth":"19950420",
    "user_id": "Testuser397"
  }
}
Coda返回
{
    "txn_id": 6647829346999913873,
    "txn_timeout": 14409,
    "result_code": 431,
    "result_desc": "You will be notified when it has been completed. ",
    "total_price": 500.0,
    "pay_instructions": "",
    "profile": {
        "extInfoByte": "0",
        "dateofbirth": "19950420",
        "id_no": "88899988811",
        "user_id": "Testuser397",
        "name": "Yosep Joestar",
        "merchantType": "Codapay",
        "redirect_url": "https://boleto.latamgateway.com/boleto/a92227b2-e11d-4a10-b506-9108b52e8f3c",
        "payment_code": ""
    }
}

📘Cash at retail ex 7-11 (Philippines)

商家请求
{
  "api_key": "<Your APIKEY>",
  "order_id": "<Your OrderID>",
  "lang": "en",
  "merchant_name": "Koko eBooks",
  "type": "1",
  "pay_type": "3",
  "pay_channel": "67",
  "email": "test@codapayments.com",
  "items": [
    {
      "code": "1",
      "name": "One Day",
      "price": 600
    }
  ],
  "profile": {
    "user_id": "Testuser397"
  }
}
Coda返回
{
    "txn_id": 6647837363602832385,
    "txn_timeout": 7269,
    "result_code": 431,
    "result_desc": "You will be notified when it has been completed. Need Help? Visit our <a href=“http://bit.ly/phCODAhelp” target=“_blank”>Help Center</a>.",
    "total_price": 600.0,
    "pay_instructions": "Please check your email for detailed instructions on completing your payment",
    "profile": {
        "SurchargeDiscount_251": "0.0",
        "extInfoByte": "0",
        "SurchargeDiscount_253": "0.0",
        "user_id": "Testuser397",
        "TotalPrice_253": "600.0",
        "merchantType": "Codapay",
        "TotalPrice_251": "600.0",
        "payment_code": ""
    }
}

📘7-11 (Philippines)

商家请求
Coda返回

📘Alfamart

商家请求
Coda返回

📘Bank Transfers and Cash at Retail (Thailand) - Big C

商家请求
Coda返回

📘Bank Transfers and Cash at Retail (Thailand) - Family Mart)

商家请求
Coda返回

📘Bank Transfer and Cash at Retail (Thailand) - TESCO

商家请求
Coda返回

Bank Transfers and Cash at Retail (Thailand) - MPAY

商家请求
Coda返回

📘Bank transfers and cash at retail (Thailand) - PayAtPost

商家请求
Coda返回

📘Bank transfers and cash at retail (Thailand) - True Money Express

商家请求
Coda返回

📘Bank transfers and cash at retail (Thailand) - Cenpay

商家请求
Coda返回

最后更新于

这有帮助吗?