1. Pay In(墨西哥)
AICAPAY
  • Introduce
  • 响应码
  • 测试账号数据
  • 接口规则
    • 安全规范
  • Pay In(代收)
    • Pay In(尼日利亚)
      • Pay In Result Notification
      • Initiate Pay In
      • Query Pay In Result
    • Pay In(墨西哥)
      • Pay In Result Notification
      • Initiate Pay In
        POST
      • Query Pay In Result
        POST
    • Pay In(巴西)
      • Pay In Result Notification
      • Initiate Pay In
      • Query Pay In Result
  • Pay Out (代付)
    • Pay Out(尼日、肯尼亚、赞比亚、墨西哥)
      • Pay Out Result Notification
      • Initiate Pay Out
      • Query Pay Out Result
    • Pay Out(巴西)
      • Pay Out Result Notification
      • Query Pay Out Result
      • Initiate Pay Out
  • Payment(赞比亚、肯尼亚)
    • Payment notification
    • Initiate Payment
      POST
    • Query Payment Result
      POST
  • Validate
    • Name Enquiry(尼日利亚)
      POST
  • Institution List
    • Bank List
      POST
    • Wallet List
      POST
  • Merchant Api
    • queryMerchantBalance
      POST
  • Virtual Account(尼日利亚)
    • Virtual Account Collect Notification
    • Confirm Notification Result
      POST
    • Create Virtual Account
      POST
    • Update Virtual Account Status
      POST
    • Query Virtual Account Detail
      POST
    • Query Virtual Account List
      POST
  1. Pay In(墨西哥)

Pay In Result 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
narrationStringNo--
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",
      "narration": "Transfer from RISIKAT TITILOPE AIGORO",
	"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
}
上一页
Query Pay In Result
下一页
Initiate Pay In
Built with