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
:
id
:
String
format
uuid
accountId
:
String
format
uuid
amount
:
String
balanceAfter
:
String
createdAt
:
LocalDateTime
format
date-time
currency
:
String
status
:
Status
One of the following:
PENDING
(
"pending"
)
COMPLETED
(
"completed"
)
FAILED
(
"failed"
)
CANCELLED
(
"cancelled"
)
transactionType
:
TransactionType
One of the following:
DEPOSIT
(
"deposit"
)
WITHDRAWAL
(
"withdrawal"
)
TRANSFER
(
"transfer"
)
RECURRING_PAYMENT
(
"recurring_payment"
)
SAVINGS_WITHDRAW
(
"savings_withdraw"
)
updatedAt
:
LocalDateTime
format
date-time
description
:
Optional
<
String
>
externalRecipientId
:
Optional
<
String
>
recipientAccountId
:
Optional
<
String
>
format
uuid
referenceId
:
Optional
<
String
>
format
uuid
On this page
Overview
Shared