Skip to main content
POST
Transfer wallet balance

Authorizations

Authorization
string
header
required

OAuth 2.1 authorization code + PKCE (S256). Tokens are tenant-bound (company_id) and scoped. Discover endpoints via /.well-known/oauth-authorization-server.

Headers

Idempotency-Key
string

Client-chosen key; replaying the same key + body returns the original response, a different body returns 409.

Body

application/json
subaccountCompanyId
string
required

A direct subaccount of your agency to move funds to/from.

direction
enum<string>
required
Available options:
to_subaccount,
from_subaccount
amountCents
integer
required
reason
string
required

Response

The transfer completed.

data
object