Skip to content
Get startedWebsite

Shared

ModelsExpand Collapse
class Transaction:
required string ID
formatuuid
required string AccountID
formatuuid
required string Amount
required string BalanceAfter
required DateTimeOffset CreatedAt
formatdate-time
required string Currency
required Status Status
One of the following:
"pending"Pending
"completed"Completed
"failed"Failed
"cancelled"Cancelled
required TransactionType TransactionType
One of the following:
"deposit"Deposit
"withdrawal"Withdrawal
"transfer"Transfer
"recurring_payment"RecurringPayment
"savings_withdraw"SavingsWithdraw
required DateTimeOffset UpdatedAt
formatdate-time
string? Description
string? ExternalRecipientID
string? RecipientAccountID
formatuuid
string? ReferenceID
formatuuid