AICAPAY
  1. Pay In(代收)
AICAPAY
  • Introduce
  • 响应码
  • 测试数据
  • 接口规则
    • 安全规范
  • Pay In(代收)
    • Pay In Result Notification
    • Pay In(尼日利亚)
      • Initiate Pay In
      • Query Pay In Result
    • Pay In(墨西哥)
      • Initiate Pay In
      • Query Pay In Result
  • Pay Out(代付)
    • Pay Out Result Notification
    • Initiate Pay Out
      POST
    • Query Pay Out Result
      POST
  • 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
  • Schemas
    • Schemas
      • BasePageReq
      • Resp
      • Query Balance Resp
      • BaseRespDTO
      • Open SubMerchant Req
      • VertifyPayReq
      • NotifyDto
      • PageResultBankInstitutionDto
      • Open SubMerchant Resp
      • JSONConfig
      • PaymentBankAccReq
      • JSONObject
      • PaymentBankCardReq
      • PaymentBankCardResp
      • OnlineBankingReq
      • PaymentOnlineBankingDto
      • CollectionCheckoutOrderDto
    • QueryInstitutionListDto
    • PaymentOnBehalfReq
    • QueryPayStatusDto
    • QueryTransferInReq
    • QuerySubAccReq
    • QueryAccountNameReq
    • UpdateSubAccStatusReq
    • 返回的数据
    • NetworkDto
    • SubAccDto
    • PageResultDtoSubAccDto
    • QueryAccountNameDto
    • AccountOperationResp
    • CreateSubAccReq
    • PaymentInfoDto
    • QueryOneSubAccReq
    • PaymentOrderReq
    • TransferBankSubmitDto
    • CollectionPaymentReq
    • CollectionPaymentDto
    • PaymentWalletReq
    • QueryTransferInDto
    • QueryTransferDto
    • QueryPaymentOrderDto
    • QueryCollectionDto
    • OnlinePaymentReq
    • CollectionPaymentMxDto
  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
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
Initiate Pay In
Built with