Transfer balances between merchant accounts

POST {{baseUrl}}/balanceTransfer

Starts a balance transfer request between merchant accounts. The following conditions must be met before you can successfully transfer balances: * The source and destination merchant accounts must be under the same company account and legal entity. * The source merchant account must have sufficient funds. * The source and destination merchant accounts must have at least one common processing currency. When sending multiple API requests with the same source and destination merchant accounts, send the requests sequentially and not in parallel. Some requests may not be processed if the requests are sent in parallel.

Request Body

{"amount"=>{"value"=>50000, "currency"=>"EUR"}, "description"=>"Your description for the transfer", "fromMerchant"=>"MerchantAccount_NL", "toMerchant"=>"MerchantAccount_DE", "type"=>"debit"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{"amount":{"value":50000,"currency":"EUR"},"createdAt":"2022-01-24T14:59:11+01:00","description":"Your description for the transfer","fromMerchant":"MerchantAccount_NL","toMerchant":"MerchantAccount_DE","type":"debit","reference":"Unique reference for the transfer","pspReference":"8816080397613514","status":"transferred"}