API Explanation
Request Type
POST
Request URI
/api/v1/pay/redeclare-border-order
Request
| Parameter | Type | Required | Description | Remark |
|---|---|---|---|---|
| customs | String | Yes | The customs code(HS code) | |
| paymentId | String | Yes | Payment ID |
Request Example:
{
"customs": "GUANGZHOU_ZS",
"paymentId": "16765770228807278"
}
Response
| Parameter | Type | Description | Remark |
|---|---|---|---|
| return_code | String | ||
| return_msg | String | ||
| sign_type | String | ||
| appid | String | ||
| mch_id | String | ||
| result_code | String | ||
| err_code | String | ||
| err_code_des | String | ||
| state | String | ||
| transaction_id | String | ||
| out_trade_no | String | ||
| sub_order_no | String | ||
| err_code_des | String | ||
| sub_order_id | String | ||
| modify_time | String | ||
| explanation | String |