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

电子钱包

Gcash

商家请求
{
  "api_key": "<Your APIKEY>",
  "order_id": "<Your OrderID>",
  "lang": "en",
  "merchant_name": "Koko eBooks",
  "type": "1",
  "pay_type": "5",
  "pay_channel": "68",
  "pay_at": "5",
  "email": "test@codapayments.com",
  "msisdn": "xxxx",
  "items": [
    {
      "code": "1",
      "name": "One Day",
      "price": 5
    }
  ],
  "profile": {
    "user_id": "Testuser397"
  }
}
Coda返回
{
  "txn_id": 6647733975042958000,
  "txn_timeout": 30,
  "result_code": 0,
  "result_desc": null,
  "total_price": 5,
  "pay_instructions": "",
  "profile": {
    "extInfoByte": "0",
    "user_id": "Testuser397",
    "merchantType": "Codapay",
    "redirect_url": "https://payments.gcash.com/gcash-cashier-web/1.2.1/index.html#/confirm?bizNo=20221003121212800110170904633841105&timestamp=1664773397659&sign=yEfrf0R1MJKXapXC8hiqvLGtnOvmEEvmeUAjgNcbT9HKflJEBvYPhbel%2FN%2BGJx2VH6fXC8jZRBYr0Fz0XjV3USQl7ybi%2BWARS%2BngzDauS9vkHNdBj69r2%2FJndpHC8bMh98NpzmpYHNFzg0%2B1l8HjcXUOXQPxNDawZJu8xwukvlT6WWR9ZbewqkXU9uU1FJIHq%2FxaEnh%2F0cobm77WUmHggFiFbmzbycDsiVTlOWULI0k9sxbAuV3ptTg2FizBy553CaSBTu6hA0DM0ZumlKS7jIUTRZxwMaNAE0%2BLHJpF6aZLQxeDBt2XLDMh8w4hNOq1LlOsFwB0dl%2BvTpGRFg%2BVNA%3D%3D&merchantName=Koko%20PH%20EBooks&orderAmount=5.00&pdCode=51051000101000100001",
    "payment_code": ""
  }
}

📘Coins.ph

商家请求
{
  "api_key": "<Your APIKEY>",
  "order_id": "<Your OrderID>",
  "lang": "en",
  "merchant_name": "Koko eBooks",
  "type": "1",
  "pay_type": "5",
  "pay_channel": "-91",
  "pay_at": "5",
  "email": "test@codapayments.com",
  "items": [
    {
      "code": "1",
      "name": "One Day",
      "price": 500
    }
  ],
  "profile": {
    "user_id": "Testuser397"
  }
}
Coda返回
{
    "txn_id": 6647737864632838957,
    "txn_timeout": 24,
    "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": 500.0,
    "pay_instructions": "",
    "profile": {
        "extInfoByte": "0",
        "user_id": "Testuser397",
        "merchantType": "Codapay",
        "redirect_url": "https://coins.ph/payment/invoice/775ab179b97d475487508309b8e83c7d",
        "payment_code": ""
    }
}

📘Maya

商家请求
Coda返回

📘Grabpay MY

商家请求
Coda返回

📘Touch & Go

商家请求
Coda返回

📘Boost

商家请求
Coda返回

📘KBZPay

商家请求
Coda返回

📘JKOPay

商家请求
Coda返回

📘Rabbit LINE Pay

商家请求
Coda返回

📘GrabPay SG

商家请求
Coda返回

📘OVO

商家请求
Coda返回

📘Dana

商家请求
Coda返回

📘bKash

商家请求
Coda返回

📘PicPay

商家请求
Coda返回

📘Ame Digital

商家请求
Coda返回

📘ShopeePay ID

商家请求
Coda返回

📘Alipay HK

商家请求
Coda返回

最后更新于

这有帮助吗?