Fiat Withdraw Cancel
/payout/v1/fiat-withdraw/cancel
Cancel fiat withdraw order (naturally idempotent).
Request
Header Parameters
content-type
string
REQUIRED
Fixed value: application/json
x-api-key
string
REQUIRED
Provided by Paydify, same as appId
x-api-timestamp
string
REQUIRED
Timestamp in milliseconds
x-api-signature
string
REQUIRED
Signature, see the signature algorithm
Body
withdrawOrderId
string
REQUIRED
Withdraw order id
merchantId
string
Merchant ID of the withdrawal owner (sub-merchant). Required when calling with a partner credential on behalf of a sub-merchant; can be omitted with a merchant-owned credential (defaults to the credential owner). Max 64 characters. ⚠️ Note: this endpoint has no app disambiguation field; if the credential covers multiple authorized apps of the merchant, the request fails with MERCHANT_APP_ID_REQUIRED
Response
Body
code
string
Response code, SYS_SUCCESS indicates success
message
string
Response message
messageDetail
string
Detailed response message
success
boolean
Whether the request was successful
data
object
withdrawOrderId
string
Withdraw order id
status
string
Cancel status (e.g. CANCELLED)
1
RESPONSE
Click the Send API Request button above and see the response here!