AICAPAY
  1. PayIn
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. PayIn

PayIn notification

Parameters
FieldTypeWhether RequiredLengthDescription
transIdstringNo32Transaction serial number
transTypeStringYes32Trans Type;03:PayIn
merchantOrderIdStringYes32External merchant's order ID
merchantNoStringYes32Merchant number
statusintYes21:Success;2:Failure
requestAmountLongYes-Requested amount
payAmountLongNo-Actual payment amount, 0 if payment has not been initiated
feeLongNo-Handling fee, 0 if payment has not been initiated
payeeAmountLongNo-Actual received amount, 0 if payment has not been initiated
payerAccNoStringNo32Payer's account number, in the channel payment account
payerNameStringNo32Payer's name
accountNoStringYes32Virtual account number for collection
sessionIdstringNo-sessionId
countryCodeStringYes-Country code
currencyStringYes-Currency type
beginTimeTimestampNo-Transaction time
endTimeTimestampNo-Transaction completion time
errorCodeStringNo-Error code
errorMessageStringNo-Error message
createTimeTimestampYes-Creation time
updateTimeTimestampYes-Update time
Success
{
	"transType": "03",
	"merchantOrderId": "NG62202508290813111",
	"merchantNo": "00000028",
	"status": 1,
	"requestAmount": 1000000,
	"payAmount": 1000000,
	"fee": 9500,
	"payeeAmount": 990500,
	"payerAccNo": "8107943600",
	"payerName": "LIANG FANG",
	"accountNo": "9900000090",
	"countryCode": "NG",
	"currency": "NGN",
	"beginTime": 1756451631000,
	"endTime": 1756451643000,
	"transId": "0E738AE8B77C47FE8F23DED40257FDE8",
	"sessionId": "100033250829071350928138509554",
	"createTime": 1756451592000,
	"updateTime": 1756451643000
}
Failure
{
	"transType": "03",
	"merchantOrderId": "NG62202508290809311",
	"merchantNo": "00000028",
	"status": 2,
	"requestAmount": 9150000,
	"payAmount": 0,
	"fee": 0,
	"payeeAmount": 0,
	"payerAccNo": "9900000088",
	"accountNo": "9900000088",
	"countryCode": "NG",
	"currency": "NGN",
	"endTime": 1756453200000,
	"errorCode": "MO_07",
	"errorMessage": "Order has been closed",
	"createTime": 1756451372000,
	"updateTime": 1756453200000
}
Previous
安全规范
Next
PayIn-initialize
Built with