Create Balance Transfer

Initiates a transfer of funds from between two eCommerce Accounts (merchant Ids).

Body Params
string
required

The source account where funds will be deducted.

string
required

The destination account where funds will be credited.

string
required

The amount to transfer (represented as a string to maintain precision).

string

A custom note or reference for the transfer.

Headers
string
required

A 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

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