Boost
  1. PayOut 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. PayOut API

PayOut-bankSubmit

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/transfer/bankSubmit
Order status:
There may be a situation where the transfer fails after success. There will be a successful notification first, and if the subsequent transfer fails, the notification will be sent again

请求参数

Header 参数

Body 参数application/json

示例
{
    "merchantOrderId": "AC71EC46019F49BBA7B61176E96843B4",
    "amount": 10000,
    "payeeUserId": "string",
    "payeeType": 0,
    "accountName": "string",
    "bankCode": "string",
    "accountNo": "string",
    "notifyUrl": "string",
    "desc": "string",
    "transactionLocation": "1.38716,3.05117"
}

返回响应

🟢200OK
*/*
OK
Body

示例
{
    "transId": "B6864C218481468FBEB2640DB11078AD",
    "merchantOrderId": "AC71EC46019F49BBA7B61176E96843B4",
    "status": 1,
    "errorCode": "string",
    "errorMsg": "string"
}
上一页
PayIn-queryList
下一页
PayOut-query
Built with