1. Pay Out
AICAPAY
赞比亚
  • 尼日利亚
  • 肯尼亚
  • 墨西哥
  • 赞比亚
  • 巴西
  • 测试账号数据
  • 响应码
  • Introduce
  • 接口规则
    • 安全规范
  • Pay Out (代付)
    • Pay Out
      • Pay Out Result Notification
      • Query Pay Out Result
        POST
      • Initiate Pay Out
        POST
  • Payment
    • Payment notification
    • Query Payment Result
      POST
    • Initiate Payment
      POST
  • Merchant Api
    • queryMerchantBalance
      POST
  • Institution List
    • Wallet List
      POST
  1. Pay Out

Pay Out Result Notification

代付结果通知
Parameters
FieldTypeWhether RequiredLengthExampleDescription
transIdstringNo32-Transaction serial number
transTypeStringYes3204Trans Type;04:PayOut
merchantOrderIdstringYes32-External merchant's order ID
merchantNostringYes3200000002Merchant number
statusintYes2-Order status;1: Success, 2: Failure, 3: Pending, 8: Reversed
businessAmountlongYes-10000Business amount
payAmountlongYes-10000Actual payment amount
feelongYes-100Handling fee
stampDutiesAmountlongYes-100Stamp Duties Amount
payeeAmountlongYes-9900Actual received amount
countryCodestringYes--Country code
currencystringYes--Currency type
payeeNamestringYes--Payee's name
payeeBankCodestringYes--Payee's bank code
payeeAccountstringYes--Payee's bank account
sessionIdstringNo--sessionId
errorCodestringNo--Error code
errorMessagestringNo--Error message
endTimetimestampNo-1732672968000Transaction end time
createTimetimestampYes-1732672968000Creation time
updateTimetimestampYes-1732672968000Update time
Success
{
	"transType": "04",
	"merchantOrderId": "20765127845487245514",
	"merchantNo": "00000001",
	"status": 1,
	"businessAmount": 60643848,
	"payAmount": 60648848,
	"fee": 5000,
	"payeeAmount": 60643848,
	"countryCode": "NG",
	"currency": "NGN",
	"payeeName": "TAIWO RAPHAEL OLABANJI",
	"payeeBankCode": "A000687",
	"payeeAccount": "7040399623",
	"transId": "4A2D5F6F1D6D472EBF3164D66C36116A",
	"sessionId": "090819250829021731272950642568",
	"endTime": 1756430254000,
	"createTime": 1756430252000,
	"updateTime": 1756437463000
}
Failure
{
	"transType": "04",
	"merchantOrderId": "20754574663125697312",
	"merchantNo": "00000001",
	"status": 2,
	"businessAmount": 800000,
	"payAmount": 802500,
	"fee": 2500,
	"payeeAmount": 800000,
	"countryCode": "NG",
	"currency": "NGN",
	"payeeName": "FAITH TAIWO ETIM",
	"payeeBankCode": "A000713",
	"payeeAccount": "8988872981",
	"transId": "CA2B7DE6AAAA4EDE94DAF24DE9806EA8",
	"sessionId": "090819250828141702492211176974",
	"errorCode": "91",
	"errorMessage": "Beneficiary bank unavailable",
	"endTime": 1756387035000,
	"createTime": 1756387023000,
	"updateTime": 1756437445000
}
上一页
安全规范
下一页
Query Pay Out Result
Built with