Open API
首页
首页
  1. Asynchronous notification description v2
  • 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
  • API
    • Order interface
      POST
    • Attachment upload interface
      POST
    • Interface for obtaining payment address
      POST
    • Order batch query interface
      POST
  • 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
    • [Order Status Change] Asynchronous notification parameter description for order status change
  1. Asynchronous notification description v2

Asynchronous Notification Description

Notification Method:#

Asynchronous notifications are submitted using the HTTP POST method. The data format for notifications is JSON, and the response data format is also JSON.

Notification Timing:#

Asynchronous notifications will be sent in certain cases such as: order payment success, order status change, etc. If a response indicating "OK" is not received, the notification will be resent after 1 minute. If there is still no response, it will be resent after 5 minutes, followed by intervals of 10 minutes, 30 minutes, 1 hour, and 2 hours, for a total of 7 attempts.

📌
The asynchronous notification interface does not use the standard request data template.
Previous
Explanation of Asynchronous Notification Signature Generation Process
Next
Asynchronous Notification Signature Generation Process
Built with