Skip to content
Rails
Search
Ctrl
K
Cancel
desktop_windows
Get started
Website
Guides
API Reference
left_panel_open
left_panel_close
Get started
Website
Guides
API Reference
Overview
Users
Create
Accounts
Create
List
Retrieve
Update Status
Close
Deposit
Withdraw
Transfer
Transactions
List
List By Account
Retrieve
API Reference
Shared
Models
Expand
Collapse
class
Transaction
:
required
string
ID
format
uuid
required
string
AccountID
format
uuid
required
string
Amount
required
string
BalanceAfter
required
DateTimeOffset
CreatedAt
format
date-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
format
date-time
string
?
Description
string
?
ExternalRecipientID
string
?
RecipientAccountID
format
uuid
string
?
ReferenceID
format
uuid
On this page
Overview
Shared