OpenApi
  1. PayIn-NG API
OpenApi
  • Introduce
  • 响应码
  • 测试数据
  • 接口规则
    • 安全规范
  • PayIn-MX API
    • PayIn-onlineBanking
      POST
    • PayIn-queryList
      POST
  • PayIn-NG API
    • PayIn-initialize
      POST
    • PayIn-query
      POST
  • PayOut API
    • PayOut-bankSubmit
      POST
    • PayOut-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-NG API

PayIn-initialize

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/transaction/initialize
Maintainer:胡正强
PayIn-NG

Request

Header Params
Content-Type
string 
optional
Default:
application/json
Body Params application/json
merchantOrderId
string 
required
Merchant OrderId
<= 64 characters
Example:
AC71EC46019F49BBA7B61176E96843B4
amount
integer <int64>
required
Business amount, unit: minimum unit of measurement in currency
Example:
10000
desc
string 
optional
Order Description
<= 256 characters
notifyUrl
string 
optional
Notify merchant result URL
<= 256 characters
Example
{
    "merchantOrderId": "AC71EC46019F49BBA7B61176E96843B4",
    "amount": 10000,
    "desc": "string",
    "notifyUrl": "string"
}

Responses

🟢200OK
*/*
OK
Body
accountNo
string 
required
Account number
<= 32 characters
Example:
9900000001
accountName
string 
required
Account name
<= 32 characters
Example:
name
bankName
string 
required
Institution Name
<= 32 characters
Example:
AicaPay
h5Url
string 
required
h5Url
accountExpiration
integer <int64>
required
Account expiration timestamp, up to seconds; Please complete the payment before the account expires, otherwise there may be a situation where the payment cannot be credited
Example
{
    "accountNo": "9900000001",
    "accountName": "name",
    "bankName": "AicaPay",
    "h5Url": "string",
    "accountExpiration": 0
}
Previous
PayIn-queryList
Next
PayIn-query
Built with