Transfer between user accounts (internal)

Transfers money between user's own accounts (from checking to savings, or savings to checking). Balance is checked in GL before processing. Authenticated user is taken from session or user-uuid header.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
uuid
required

UUID of the source account to debit

uuid
required

UUID of the target account (checking or savings) to credit

number
required

Positive amount to transfer

string
Defaults to USD

Optional; defaults to USD

string
length ≤ 500

Optional note stored with the transfer metadata (maximum 500 characters)

Headers
string
length ≤ 255

Optional. Unique opaque key per logical write (e.g. UUID v4). Only applies to POST/PUT on routes that support it. Max 255 characters. Scoped to the authenticated principal. Omit for legacy behavior with no idempotency.

Responses

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