Open API
English
  • English
  • 简体中文
API DOC
API DOC
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
    • 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
    • [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
  1. API

Order batch query interface

POST
https://testapi.easytransfer.cn/server
Server type value batch_special_query_order_info
The order data returned by the interface is sensitive data, and all data is encrypted

Request

Body Params application/json

Example
{
    "serial_number": "string",
    "merchant_number": "string",
    "sub_merchant_number": "string",
    "server_type": "batch_special_query_order_info",
    "version": "string",
    "callback_process": 0,
    "data": {
        "merchant_user_key": "string",
        "order_id_list": "string"
    },
    "sensitive_data": {},
    "sign": "string",
    "aeskey": "string",
    "extend_info": "string",
    "return_info": "string"
}

Request samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://testapi.easytransfer.cn/server' \
--header 'Content-Type: application/json' \
--data-raw '{
    "serial_number": "string",
    "merchant_number": "string",
    "sub_merchant_number": "string",
    "server_type": "batch_special_query_order_info",
    "version": "string",
    "callback_process": 0,
    "data": {
        "merchant_user_key": "string",
        "order_id_list": "string"
    },
    "sensitive_data": {},
    "sign": "string",
    "aeskey": "string",
    "extend_info": "string",
    "return_info": "string"
}'

Responses

🟢200成功
application/json
Body

Example
{
    "status_code": "000000",
    "message": "string",
    "count": 0,
    "data": [
        {}
    ],
    "sensitive_data": [
        {
            "order_id": "string",
            "order_status": 0,
            "institution_code": "string",
            "institution_name": "string",
            "merchant_order_id": "string",
            "merchant_user_key": "string",
            "country_code": "strin",
            "currency_code": "string",
            "source_country_code": "string",
            "price_mode": 0,
            "tuituon": 0,
            "pay_currency_code": "string",
            "merchant_service_fee": 0,
            "merchant_service_fee_currency_code": "string",
            "order_tuition": 0,
            "first_name_en": "string",
            "middle_name_en": "string",
            "last_name_en": "string",
            "name_ch": "string",
            "student_id_number": "string",
            "id_type": 0,
            "student_tel_code": "string",
            "student_mobile": "string",
            "student_email": "string",
            "student_address": "string",
            "school_name": "string",
            "wechat_number": "string",
            "invoice_number": "string",
            "fee_type_list": [
                {
                    "fee_type": "string",
                    "fee_type_desc": "string"
                }
            ],
            "notify_url": "string",
            "status_change_notify_url": "string",
            "back_jump_url": "string",
            "back_page_url": "string",
            "appid": "string",
            "city_name_en": "string",
            "city_name_ch": "string"
        }
    ],
    "return_info": "string",
    "extend_info": "string",
    "sign": "string",
    "aeskey": "string"
}
Modified at 2024-12-12 02:41:02
Previous
Interface for obtaining payment address
Next
Get exchange rate interface
Built with