Retrieve Transactions

Retrieves a list of transactions across all accounts given the query parameters provided

SecurityOAuth2: OAuth2Flow
Request
query Parameters
page
integer <int32>

Page of records to get (default 0 = first page)

page_size
integer <int32>

Records to return per page (default = 20)

order
string

Sort order by transaction date (ASC or DESC)

Enum: "ASC" "DESC"
start_date
string <date>

Filter for transactions from this date

end_date
string <date>

Filter for transactions to this date

account_id
string

Filter transactions by account ID

category_id
string

Filter transactions by category ID

category_type
string

Filter transactions by category type

Enum: "ADJUSTMENT" "DEPOSIT" "EXCHANGE" "TRANSFER" "WITHDRAWAL"
transaction_status
string

Filter transactions by transaction status

Enum: "AUTHORIZED" "PENDING" "POSTED" "CANCELLED"
header Parameters
Authorization
string

OAuth bearer token (see authentication flows)

x-l2f-request-id
string

Optional Unique ID per request, useful for fault resolution/diagnosis and audit.

Responses
200

Success

400

Bad Request

401

Unauthorized

404

Not Found

500

Internal Error

get/v1/transactions
Response samples
application/json
{
  • "data": {
    },
  • "links": {
    }
}
© 2024 Rail. All Rights Reserved.