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
Transaction
object
{
id
,
account_id
,
amount
,
10 more
}
id
:
string
format
uuid
account_id
:
string
format
uuid
amount
:
string
balance_after
:
string
created_at
:
string
format
date-time
currency
:
string
status
:
"pending"
or
"completed"
or
"failed"
or
"cancelled"
One of the following:
"pending"
"completed"
"failed"
"cancelled"
transaction_type
:
"deposit"
or
"withdrawal"
or
"transfer"
or
2 more
One of the following:
"deposit"
"withdrawal"
"transfer"
"recurring_payment"
"savings_withdraw"
updated_at
:
string
format
date-time
description
:
optional
string
external_recipient_id
:
optional
string
recipient_account_id
:
optional
string
format
uuid
reference_id
:
optional
string
format
uuid
On this page
Overview
Shared