Skip to main content
POST
Create Client Withdraw

Headers

x-idempotency-key
string | null
source
string | null
X-API-SIGNATURE
string
required

Signature header

X-API-TIMESTAMP
integer
required

Timestamp header

X-API-NONCE
string
required

Nonce header

X-API-SUBSCRIPTION-KEY
string
required

Account ID header

Body

application/json

Schema to deserialize the transaction withdraw request.

sending_account_id
string
required

Sending account ID

Example:

"123456789"

external_account_id
string
required

Account id

Example:

"1234abcd"

amount
required

Amount

Required range: 0 < x <= 100000000
Example:

100

purpose
string
required

Purpose

Example:

"I need money"

Response

Successful Response

message
string
required
data
ClientCreateWithdrawalResponse · object | null

Schema to serialize the transaction withdrawal response.