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
:
String
id
format
uuid
String
accountId
format
uuid
String
amount
String
balanceAfter
LocalDateTime
createdAt
format
date-time
String
currency
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"
)
LocalDateTime
updatedAt
format
date-time
Optional
<
String
>
description
Optional
<
String
>
externalRecipientId
Optional
<
String
>
recipientAccountId
format
uuid
Optional
<
String
>
referenceId
format
uuid
On this page
Overview
Shared