OpenApi
  1. notify
OpenApi
  • Introduce
  • 响应码
  • 测试数据
  • 接口规则
    • 安全规范
  • PayIn-MX API
    • PayIn-onlineBanking
      POST
    • PayIn-queryList
      POST
  • PayIn-NG API
    • PayIn-initialize
      POST
    • PayIn-query
      POST
  • PayOut API
    • PayOut-bankSubmit
      POST
    • PayOut-query
      POST
  • TransferIn API
    • TransferIn-detail
      POST
  • Bank API
    • Query bank list
      POST
  • BankAccount API
    • Query account name
      POST
  • Merchant Api
    • updateStatus
      POST
    • openSubMerchant
      POST
    • queryMerchantBalance
      POST
  • notify
    • PayOut result notification
    • PayIn result notification
    • Recharge result notification
  1. notify

PayIn result notification

Parameters#

FieldTypeWhether RequiredLengthExampleDescription
transIdstringNo32B6864C218481468FBEB2640DB11078ADTransaction serial number
transTypeStringYes3203Trans Type;03:PayIn
merchantOrderIdStringYes32AC71EC46019F49BBA7B61176E96843B4External merchant's order ID
merchantNoStringYes3200000002Merchant number
statusintYes21Order status, 0: Initialized, 1: Success, 2: Failure, 3: Pending
requestAmountLongYes-10000Requested amount
payAmountLongNo-10000Actual payment amount, 0 if payment has not been initiated
feeLongNo-100Handling fee, 0 if payment has not been initiated
payeeAmountLongNo-9900Actual received amount, 0 if payment has not been initiated
payerAccNoStringNo32-Payer's account number, in the channel payment account
payerNameStringNo32-Payer's name
accountNoStringYes329900592334Virtual account number for collection
countryCodeStringYes-NGCountry code
currencyStringYes-NGNCurrency type
beginTimeTimestampNo-1732672968000Transaction time
endTimeTimestampNo-1732672968000Transaction completion time
errorCodeStringNo--Error code
errorMessageStringNo--Error message
createTimeTimestampYes-1732672968000Creation time
updateTimeTimestampYes-1732672968000Update time
Previous
PayOut result notification
Next
Recharge result notification
Built with