Skip to content
Get startedWebsite

Shared

ModelsExpand Collapse
class Transaction:
String id
formatuuid
String accountId
formatuuid
String amount
String balanceAfter
LocalDateTime createdAt
formatdate-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
formatdate-time
Optional<String> description
Optional<String> externalRecipientId
Optional<String> recipientAccountId
formatuuid
Optional<String> referenceId
formatuuid