1. 6. Payout
Boost MFB
EN
  • EN
  • 中文
  • 1. Introduction
  • 2. Response Codes
  • 3. Test Account Data
  • 4. API Rules
    • 4.1 Security Specification
  • 5.Pay In(Collection)
    • 5.1 Pay In Result Notification
    • Create Order
      POST
    • Query PayIn Result
      POST
  • 6. Payout
    • Pay Out Result Notification
    • Create Order (Pay Out)
      POST
    • Query Pay Out Result
      POST
  • 7. Validate
    • Name Enquiry
      POST
  • 8.Merchant
    • queryMerchantBalance
      POST
  • 9. Institution List
    • Bank List
      POST
  • 10. Virtual Account
    • Credit Notification
    • Credit Result Query
      POST
    • Create Virtual Account
      POST
    • Query Virtual Account Detail
      POST
    • Update Virtual Account Status
      POST
    • Update Virtual Account Name
      POST
    • Query Virtual Account List
      POST
  1. 6. Payout

Create Order (Pay Out)

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
Transfer to a bank account

Request

Header Params

Body Params application/jsonRequired

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

Responses

🟢200OK
*/*
OK
Body*/*

Example
{
    "transId": "B6864C218481468FBEB2640DB11078AD",
    "sessionId": "string",
    "merchantOrderId": "AC71EC46019F49BBA7B61176E96843B4",
    "status": 1,
    "errorCode": "string",
    "errorMsg": "string",
    "transType": "string",
    "merchantNo": "00000002",
    "businessAmount": 10000,
    "payAmount": 10000,
    "fee": 100,
    "stampDutiesAmount": 0,
    "payeeAmount": 9900,
    "countryCode": "string",
    "currency": "string",
    "payeeName": "string",
    "payeeBankCode": "string",
    "payeeAccount": "string",
    "endTime": 1762390708000,
    "createTime": 1762390708000,
    "updateTime": 1762390708000
}
Previous
Pay Out Result Notification
Next
Query Pay Out Result
Built with