AICAPAY
  1. PayIn-MX API
AICAPAY
  • Introduce
  • 响应码
  • 测试数据
  • 接口规则
    • 安全规范
  • PayIn
    • PayIn notification
    • PayIn-NG API
      • PayIn-initialize
      • PayIn-query
    • PayIn-MX API
      • PayIn-onlineBanking
        POST
      • PayIn-queryList
        POST
  • PayOut API
    • PayOut notification
    • PayOut-query
      POST
    • PayOut-bankSubmit
      POST
  • Payment API
    • Payment notification
    • Payment
      POST
    • Payment-query
      POST
  • BankAccount API
    • Query account name
      POST
  • Institution API
    • Query bank list
      POST
    • Query wallet list
      POST
  • Merchant Api
    • updateStatus
      POST
    • openSubMerchant
      POST
    • queryMerchantBalance
      POST
  • VirtualAccount API
    • VA notification
    • VA Order-detail
      POST
    • Create Virtual Account
      POST
    • Update Virtual Account Status
      POST
    • Query One Virtual Account
      POST
    • Query Virtual Account List
      POST
  • habaripay
    • 获取token
  1. PayIn-MX API

PayIn-onlineBanking

sandbox
https://openapi-sandbox.aicapay.com/merchant-order-biz
sandbox
https://openapi-sandbox.aicapay.com/merchant-order-biz
POST
https://openapi-sandbox.aicapay.com/merchant-order-biz
/openapi/payIn-mx/transaction/initialize
Maintainer:胡正强
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.

Request

Header Params

Body Params application/json

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

Responses

🟢200OK
*/*
OK
Body

Example
{
    "accountNo": "9900000001",
    "url": "string",
    "expireTime": "2019-08-24T14:15:22Z"
}
Previous
PayIn-query
Next
PayIn-queryList
Built with