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

VA notification

Notify request path
System Management -> Development Configuration Management -> Notification Management
226.png
Parameters
FieldTypeRequiredLengthDescription
transIdstringNo32Transaction serial number
merchantNostringYes32Merchant No
statusintYes21: Success
businessAmountlongYes-Business amount
payAmountlongYes-Actual payment amount
feelongYes-Handling fee
payeeAmountlongYes-Actual received amount
countryCodestringYes-Country code
currencystringYes-Currency type
accountNostringYes-virtual account no
payerAccNostringNo-Payer's Acc No
payerNamestringNo-Payer's Name
bankNamestringNo-Bank Name
sessionIdstringNo-sessionId
errorCodestringNo-Error code
errorMessagestringNo-Error message
endTimetimestampNo-Transaction end time
createTimetimestampYes-Creation time
updateTimetimestampYes-Update time
Success
{
	"merchantNo": "00000001",
	"status": 1,
	"businessAmount": 507800000,
	"payAmount": 507800000,
	"fee": 20000,
	"payeeAmount": 507780000,
	"countryCode": "NG",
	"currency": "NGN",
	"accountNo": "0100100001",
	"payerAccNo": "0113188889",
	"payerName": "JUNIOOOEA  RESOURCES",
	"bankName": "STERLING BANK",
	"transId": "9F45693BB8844B078C5209BE39003E38",
	"sessionId": "000001250668145807148662172932",
	"endTime": 1756389507000,
	"createTime": 1756389495000,
	"updateTime": 1756389507000
}
Previous
queryMerchantBalance
Next
VA Order-detail
Built with