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

Recharge result notification

Parameters#

FieldTypeWhether RequiredLengthExampleDescription
transIdstringNo32B6864C218481468FBEB2640DB11078ADTransaction serial number
merchantNostringYes3200000002Merchant No
statusintYes2-Order status, 1: Success, 2: Failure
businessAmountlongYes-10000Business amount
payAmountlongYes-10000Actual payment amount
feelongYes-100Handling fee
payeeAmountlongYes-9900Actual received amount
countryCodestringYes--Country code
currencystringYes--Currency type
accountNostringYes--virtual account no
payerAccNostringNo--Payer's Acc No
payerNamestringNo--Payer's Name
bankNamestringNo--Bank Name
errorCodestringNo--Error code
errorMessagestringNo--Error message
endTimetimestampNo-1732672968000Transaction end time
createTimetimestampYes-1732672968000Creation time
updateTimetimestampYes-1732672968000Update time
Previous
PayIn result notification
Built with