Skip to content
Get startedWebsite

Shared

ModelsExpand Collapse
Transaction { id, account_id, amount, 10 more }
id: string
formatuuid
account_id: string
formatuuid
amount: string
balance_after: string
created_at: string
formatdate-time
currency: string
status: "pending" | "completed" | "failed" | "cancelled"
One of the following:
"pending"
"completed"
"failed"
"cancelled"
transaction_type: "deposit" | "withdrawal" | "transfer" | 2 more
One of the following:
"deposit"
"withdrawal"
"transfer"
"recurring_payment"
"savings_withdraw"
updated_at: string
formatdate-time
description?: string | null
external_recipient_id?: string | null
recipient_account_id?: string | null
formatuuid
reference_id?: string | null
formatuuid