Create Balance TransferCopy Pagepost https://api.getorbital.io/balance/transferInitiates a transfer of funds from between two eCommerce Accounts (merchant Ids).Body ParamssourceMerchantIdstringrequiredThe source account where funds will be deducted.targetMerchantIdstringrequiredThe destination account where funds will be credited.amountstringrequiredThe amount to transfer (represented as a string to maintain precision).remittanceInformationstringA custom note or reference for the transfer.Headersx-idempotency-keystringrequiredA unique UUID to prevent duplicate transfers. Keys expire after 1 hour, after which the same ID can be reused for a new request. If the server receives two requests with the same x-idempotency-key, it will execute the transfer only once. First Request: Processed normally; returns the success object. Second Request (Same Key): Returns the cached result of the first request without moving any extra funds. Responses 200Ok 400Bad Request 403ForbiddenUpdated 2 months ago