2bc260c7bdfc
latestOpenAPI 3.1.02026-07-242325051.4 MBBalance
Balance:Withdraw
This API withdraw funds from your balance which will be settled in a next settlement. You can add a merchant code so that you can withdraw funds also from a merchant where you have access to (default = active merchantCode).
post/v2/balance/withdraw
Request body
Example request
{
"withdraw": {
"amount": {
"currency": "EUR"
}
}
}Response
The Withdraw method has been triggered.