Get Transaction Data

Body Response

200 OK

ParameterTypeDescription
_embeddedobject_embedded
object
required
transactions
array[object]
required
List of account's transactions

id
string
required
Transaction's id

description
string
required
Brief description for a transaction

value
object
required
A tuple with value and currency

booked_at
string
Transaction's book date (post date)

value_at
string
required
Transaction's value date (effective date)

status
string
required
Allowed values:
UNDEFINED
PENDING
BOOKED
POSTED
type
string
required
Allowed values:
UNDEFINED
CREDIT_CARD
PAYMENT
WITHDRAWAL
DEFAULT
TRANSFER
ADD_ON
DEPOSIT
PURCHASE
CHECK
OTHER
LOAN_PAYMENTS
flow
string
required
Transaction's flow - either a debit or a credit in an account

Allowed values:
CREDIT
DEBIT
custom_type
string
Transaction type customized by bank client

custom_status
string
Transaction status customized by bank client

value_details
object
total_principal_balance
string
Total principal balance

check_number
string
Check number

400 (bad request), 401 (unauthorized), 403 (forbidden), 404 (not found)

ParameterTypeDescriptionRequired
codestringn/ayes
messagestringn/ayes
descriptionstringn/ano
fields array[object]"fields" subdivides into:

"name" (string)

"description" (string)
yes (name and description)
Language
Credentials
OAuth2
Click Try It! to start a request and see the response here!