Open API
English
  • English
  • 简体中文
API DOC
API DOC
English
  • English
  • 简体中文
English
  • English
  • 简体中文
  1. Asynchronous notification description v2
  • Open API
    • Document Revision History
    • Overview of Study Abroad Payment API Access
    • API Call Address
    • Request for serial number generation instructions
    • API Request Parameter Description
    • API Response Parameter Description
    • Interface encryption and signing steps
    • Interface decryption and verification process
    • Constant Description
      • pay_type description
      • order_status description
      • status_code description
      • fee_type description
      • attachment_type description
      • country_code description
      • currency_code description
      • Gender Description
      • ID type Description
      • Funding Source Description
      • Payer Relationship To Student Description
    • API
      • Order interface
      • Attachment upload interface
      • Interface for obtaining payment address
      • Order batch query interface
      • Get exchange rate interface
      • Obtain estimated amount
      • Refund application interface
    • [Legacy] Asynchronous notification description v1
      • [Successful Payment] Asynchronous notification parameter description for successful payment
      • Explanation of Asynchronous Notification Signature Generation Process
    • Asynchronous notification description v2
      • Asynchronous Notification Description
      • Asynchronous Notification Signature Generation Process
      • [Successful Payment] Asynchronous notification parameter description for successful payment
      • [Order Status Change] Asynchronous notification parameter description for order status change
      • [Remittance Result] Asynchronous notification parameter description for Remittance Result
      • [Remittance Voucher] Asynchronous notification parameter description for remittance voucher
      • Asynchronous notification of refund result
  1. Asynchronous notification description v2

[Remittance Result] Asynchronous notification parameter description for Remittance Result

CAUTION
Please note that the asynchronous notification interface does not use a universal request data template
FieldTypeDescriptionRemark
order_idStringOrder IDET Order ID
purchase_currency_codeStringTransfer CurrencyThree-letter currency code, e.g., USD, EUR
purchase_amountFloatTransfer AmountThe amount to be transferred out
purchase_resultIntTransfer Status1 = Transfer successful, 0 = Transfer failed
purchase_datetimeStringTransfer TimeString type, e.g., 2024-01-01 10:00:00
extend_infoStringExtended InformationReserved for future use
signStringSignatureGenerated using MD5; see the asynchronous notification signature generation process for details
Sample Request Json:
{
    "order_id": "ET00000000000000001",
    "purchase_amount": 100.0,
    "purchase_result": 1,
    "purchase_currency_code": "USD",
    "purchase_datetime": "2026-01-01 10:00:00",
    "extend_info": "",
    "sign": "xxx"
}
Response:
FieldTypeDescRemark
notify_resultStringnotify resultIf "OK" is returned, the notification is successful and no more notifications are sent. If other result are returned, the notifications continue to be sent.
Sample Response Json:
{
    "notify_result": "OK"
}
Modified at 2026-09-07 12:55:02
Previous
[Order Status Change] Asynchronous notification parameter description for order status change
Next
[Remittance Voucher] Asynchronous notification parameter description for remittance voucher
Built with