Create a withdrawal request

This endpoint allows the user to create a withdrawal request.

It supports a dry-run mode for simulating withdrawals without actually performing them.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
boolean

Do not perform the actual withdrawal, only return the expected resulting withdrawal.

boolean

Automatically convert the withdrawal if needed.

Body Params
string
required
[a-zA-Z0-9]+

Currency for the withdrawal.

string
required

Amount of currency to be withdrawn.

conversion
array of objects

Conversion details of the withdrawn amount.

conversion
string
enum
required

Type of the withdrawal.

Allowed:
meta
object

Represents a generic JSON object. Can be used for any data structure.

string
required

Account from which the withdrawal is being made.

string

International Bank Account Number (IBAN) of the recipient account.

string

SWIFT/BIC code of the recipient bank.

Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

Language
Credentials
OAuth2
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
*/*