1. 10. Virtual Account
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. 10. Virtual Account

Credit Result Query

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/transferIn/order/detail
Verify the result of a virtual account credit notification. Call this API after receiving a credit notification to confirm its authenticity.

Request

Header Params

Body Params application/jsonRequired

Example
{
    "transId": "B6864C218481468FBEB2640DB11078AD"
}

Responses

🟢200OK
*/*
OK
Body*/*

Example
{
    "merchantNo": "00000002",
    "status": 1,
    "businessAmount": 10000,
    "payAmount": 10000,
    "fee": 100,
    "stampDutiesAmount": 0,
    "payeeAmount": 9900,
    "countryCode": "string",
    "currency": "string",
    "accountNo": "string",
    "payerAccNo": "string",
    "payerName": "string",
    "bankName": "string",
    "transId": "B6864C218481468FBEB2640DB11078AD",
    "sessionId": "string",
    "narration": "string",
    "errorCode": "string",
    "errorMessage": "string",
    "endTime": 1762390708000,
    "createTime": 1762390708000,
    "updateTime": 1762390708000
}
Previous
Credit Notification
Next
Create Virtual Account
Built with