Boost
  1. PayIn-MX API
Boost
  • Introduce
  • 响应码
  • 测试数据
  • 接口规则
    • 安全规范
  • PayIn-MX API
    • PayIn-onlineBanking
      POST
    • PayIn-queryList
      POST
  • PayOut API
    • PayOut-bankSubmit
      POST
    • PayOut-query
      POST
  • PayIn-NG API
    • PayIn-initialize
      POST
    • PayIn-query
      POST
  • TransferIn API
    • TransferIn-detail
      POST
  • Bank API
    • Query bank list
      POST
  • BankAccount API
    • Query account name
      POST
  • Merchant Api
    • updateStatus
      POST
    • openSubMerchant
      POST
    • queryMerchantBalance
      POST
  • notify
    • PayOut result notification
    • PayIn result notification
    • Recharge result notification
  1. PayIn-MX API

PayIn-onlineBanking

Prod Env
https://openapi.aicapay.com/merchant-order-biz
Prod Env
https://openapi.aicapay.com/merchant-order-biz
POST
https://openapi.aicapay.com/merchant-order-biz
/openapi/payIn-mx/transaction/initialize
Mexico, PayIn,
amount unit: cent;
when payType == 1 then amount optional;
when payType == 3 then amount is request and need >= 1000.
users can make multiple payments for the same order.
We will notify you every time it is successful, and the amount will be based on the actual payment.

请求参数

Header 参数

Body 参数application/json

示例
{
    "merchantOrderId": "AC71EC46019F49BBA7B61176E96843B4",
    "amount": 10000,
    "desc": "string",
    "notifyUrl": "string",
    "payType": 1
}

返回响应

🟢200OK
*/*
OK
Body

示例
{
    "url": "string",
    "expireTime": "2019-08-24T14:15:22Z"
}
上一页
安全规范
下一页
PayIn-queryList
Built with