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 Voucher] Asynchronous notification parameter description for remittance voucher
      • Asynchronous notification of refund result
  1. Asynchronous notification description v2

[Remittance Voucher] Asynchronous notification parameter description for remittance voucher

CAUTION
Please note that the asynchronous notification interface does not use a universal request data template
The remittance voucher will be generated after the order is remitted. Once generated, the notification service will notify the merchant in real time.
Request:
FieldTypeDescRemark
order_idStringOrder IDET Order ID
remittance_voucher_urlStringRemittance voucher URLThe URL of the remittance voucher. The merchant can download it from this address. The file format is PDF.
extend_infoStringExtend InfoReserved for future use.
signStringSignatureUse MD5 to generate signatures. For detailed procedures, please refer to the asynchronous notification signature generation process instructions
Sample Request Json:
{
    "order_id": "ET20260101xxxxxxxx",
    "remittance_voucher_url": "https://static.et.cn/xxx/xxx/xxx.pdf",
    "extend_info": "",
    "sign": "xxxxxx",
}
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-05-15 05:47:19
Previous
[Order Status Change] Asynchronous notification parameter description for order status change
Next
Asynchronous notification of refund result
Built with