Balance
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.
Changes
No recorded changes to this endpoint across all 1 revision of this API.