Cancel Pay-in Order
Cancel pay-in order, only applicable to BANK type pay-in orders.
Interface Info
- Endpoint:
/payin/cancel - HTTP Method:
POST - Content-Type:
application/json; charset=utf-8
Request Header Parameters
| Parameter | Required | Type | Description |
|---|---|---|---|
| merchantNo | Yes | string | Merchant Number |
| sign | Yes | string | RSA Signature (Refer to Global Specification) |
Request Body Parameters
| Parameter | Required | Type | Description |
|---|---|---|---|
| timestamp | Yes | Long | Millisecond timestamp |
| merchantOrderNo | Yes | string | Merchant order number (Unique) |
Response Examples
json
{
"code": 1,
"msg": "success"
}json
{
"code": 0,
"msg": "param merchant error"
}Response Parameter Description
| Parameter | Type | Description |
|---|---|---|
| code | string / number | 1 for Success, 0 for Failure |
| msg | string | Message explanation |
| data | object | None |
