Transactions
Create
List
List History
Retrieve
Search
Search Allocations
Update
ModelsExpand Collapse
Transaction = object { id, account, allocations, 9 more } Transaction object.
Transaction object.
User-facing encoded transaction ID.
account: object { id, external_id } External account reference on transaction responses.
External account reference on transaction responses.
User-facing encoded account ID.
External account reference ID.
allocations: array of object { amount, invoice_id, type, user }
Allocated amount in smallest currency unit as stringified bigint.
The invoice this allocation is applied against.
type: "invoice_payin" or "invoice_payout"The type of allocation.
The type of allocation.
user: object { id, external_id } User reference in API responses: Fragment user id and external_id.
User reference in API responses: Fragment user id and external_id.
FRAGMENT generated ID of the user
External ID of the user
Amount in smallest currency unit as stringified bigint (can be positive or negative).
Creation timestamp.
currency: "ADA" or "BTC" or "DAI" or 176 moreCurrency code (ISO 4217 or crypto)
Currency code (ISO 4217 or crypto)
External idempotency key provided by the user.
Posted timestamp in ISO 8601 format.
tags: array of object { key, value } Metadata tags associated with this transaction.
Metadata tags associated with this transaction.
Tag key
Tag value
Read-only amount not yet allocated.
Current version of the transaction, used for optimistic concurrency control.
Last modified timestamp.