Skip to main content
POST
Transfer between ledgers

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string<uuid>
required

Source ledger UUID

Body

application/json
destination_ledger_id
string<uuid>
required

Destination ledger UUID

amount
integer
required

Transfer amount in cents

Required range: x >= 1
transaction_id
string<uuid>
required

Unique transaction identifier

description
string

Transfer description

metadata
object

Additional transfer metadata

Response

Transfer created successfully

transfer_id
string<uuid>
source_entry
object
destination_entry
object
timestamp
string<date-time>