Open API
English
  • English
  • 简体中文
API DOC
API DOC
English
  • English
  • 简体中文
English
  • English
  • 简体中文
  1. API
  • 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
        POST
      • Attachment upload interface
        POST
      • Interface for obtaining payment address
        POST
      • Order batch query interface
        POST
      • Get exchange rate interface
        POST
      • Obtain estimated amount
        POST
      • Refund application interface
        POST
    • [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. API

Order interface

POST
https://testapi.easytransfer.cn/server
The server_type value is create_order.
Please note that if an unpaid order is not paid within 7 days, it will be closed and the merchant will need to place the order again.

Request

Body Params application/json

Example

Request Code Samples

Python
Request Request Example
Python

Responses

🟢200成功
application/json
Bodyapplication/json

Example
{
    "status_code": "000000",
    "message": "string",
    "count": 0,
    "data": [
        {
            "order_id": "string",
            "pay_config_list": [
                {
                    "pay_url": "string",
                    "pay_type": 0,
                    "appid": "string",
                    "original_id": "string"
                }
            ],
            "tuition_rmb": 0,
            "counter_fee": 0
        }
    ],
    "sensitive_data": [
        {}
    ],
    "return_info": "string",
    "extend_info": "string",
    "sign": "string",
    "aeskey": "string"
}
Modified at 2026-05-15 05:53:20
Previous
Payer Relationship To Student Description
Next
Attachment upload interface
Built with