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

PayOut result notification

Parameters#

FieldTypeWhether RequiredLengthExampleDescription
transIdstringNo32B6864C218481468FBEB2640DB11078ADTransaction serial number
transTypeStringYes3204Trans Type;04:PayOut
merchantOrderIdstringYes32AC71EC46019F49BBA7B61176E96843B4External merchant's order ID
merchantNostringYes3200000002Merchant number
statusintYes2-Order status, 1: Success, 2: Failure, 3: Pending
businessAmountlongYes-10000Business amount
payAmountlongYes-10000Actual payment amount
feelongYes-100Handling fee
payeeAmountlongYes-9900Actual received amount
countryCodestringYes--Country code
currencystringYes--Currency type
payeeNamestringYes--Payee's name
payeeBankCodestringYes--Payee's bank code
payeeAccountstringYes--Payee's bank account
errorCodestringNo--Error code
errorMessagestringNo--Error message
endTimetimestampNo-1732672968000Transaction end time
createTimetimestampYes-1732672968000Creation time
updateTimetimestampYes-1732672968000Update time
Previous
queryMerchantBalance
Next
PayIn result notification
Built with