1. Pay In(代收)
AICAPAY
尼日利亚
  • 尼日利亚
  • 肯尼亚
  • 墨西哥
  • 赞比亚
  • 巴西
  • Introduce
  • 响应码
  • 测试账号数据
  • 接口规则
    • 安全规范
  • Pay In(代收)
    • 结果通知
    • 创建订单
      POST
    • 查询订单结果
      POST
  • Pay Out (代付)
    • 结果通知
    • 创建订单
      POST
    • 查询订单结果
      POST
  • Validate
    • Name Enquiry
      POST
  • Merchant Api
    • queryMerchantBalance
      POST
  • Institution List
    • Bank List
      POST
  • Virtual Account
    • 入帐通知
    • 入帐结果查询
      POST
    • Update Virtual Account Status
      POST
    • Query Virtual Account List
      POST
    • Query Virtual Account Detail
      POST
    • Create Virtual Account
      POST
  • 代付(巴西)
  • 支付(赞比亚)
  • 代收(墨西哥)
  • 代收(巴西)
  • 创建订单
    POST
  • 查询订单结果
    POST
  • 查询订单结果
    POST
  • 创建订单
    POST
  • 查询订单结果
    POST
  • 创建订单
    POST
  • 创建订单
    POST
  • 查询订单结果
    POST
  1. Pay In(代收)

结果通知

代收结果通知
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
}
上一页
安全规范
下一页
创建订单
Built with