Skip to main content
POST
/
v3
/
api
/
interchange
/
withdrawal
/
confirm
Confirm or reject a withdrawal from a trading vault
curl --request POST \
  --url https://api.custody.api-zodia.io/v3/api/interchange/withdrawal/confirm \
  --header 'Content-Type: application/json' \
  --header 'X-Signature: <api-key>' \
  --data '
{
  "transferId": "<string>",
  "withdrawalConfirmation": "ACCEPT",
  "reason": "<string>"
}
'
{
  "transferId": "<string>"
}

Authorizations

X-Signature
string
header
required

Body

application/json
transferId
string
required

Id of the withdrawal to confirm or reject

withdrawalConfirmation
enum<string>
required
Available options:
ACCEPT,
DECLINE
Example:

"ACCEPT"

reason
string

Optional reject reason

Response

OK

transferId
string
required

Id of the withdrawal confirmed or rejected