Transactions
Create
List
List History
Retrieve
Search
Search Allocations
Update
ModelsExpand Collapse
Transaction = object { id, account, allocations, 9 more } Transaction object.
Transaction object.
FRAGMENT generated unique ID.
account: object { id, external_id } External account for the transaction.
External account for the transaction.
FRAGMENT generated unique ID.
User-provided unique ID.
allocations: array of object { amount, invoice_id, type, user } Allocations applied to the transaction.
Allocations applied to the transaction.
Allocated amount, as a non-negative string in the smallest currency unit, such as cents for USD.
Invoice the allocation is applied against.
type: "invoice_payin" or "invoice_payout"Type of allocation.
Type of allocation.
user: object { id, external_id } User associated with the allocation.
User associated with the allocation.
FRAGMENT generated unique ID.
User-provided unique ID.
Transaction amount, as a string in the smallest currency unit, such as cents for USD.
Timestamp when the transaction was created. Uses ISO 8601 format.
currency: "ADA" or "BTC" or "DAI" or 176 moreISO 4217 or crypto currency code.
ISO 4217 or crypto currency code.
User-provided unique ID.
Timestamp when the transaction was posted. Uses ISO 8601 format.
tags: array of object { key, value } Tags for the transaction.
Tags for the transaction.
Tag key.
Tag value.
Amount not yet allocated, as a string.
Current version of the transaction.
Timestamp when the transaction was last modified. Uses ISO 8601 format.