Merchant Withdraw Cancel API¶
Revision & Version¶
- Version: 1.0
- Last Updated: 2025-03-14
Endpoint¶
- URL:
/api/v2/merchant/withdraw/{requestCode}/cancel
- Method:
PUT
- Authentication: Required (refer to Global Authentication Guidelines)
Request Parameters¶
Parameter | Type | Required | Description |
---|---|---|---|
requestCode | String (URL Path) | Yes | Client information |
Response Parameters¶
Void
Fields¶
Empty.
Request Example¶
curl -X PUT https://{YOUR_ENDPOINT}/api/v2/merchant/withdraw/{requestCode}/cancel \
-H "Content-Type: application/json;charset=UTF-8" \
-H "access_key: {YOUR_ACCESS_KEY}" \
-H "signature: {GENERATED_BY_Hmac256}" \
-H "timestamp: {TIMESTAMP_IN_MILLISECONDS}"