Get a User’s Categorised Open Banking Data in PDF Format

Given a userId, an optional categorisation version and an optional date range, this endpoint will generate a pdf statement containing the user's information, account details, and all transactions across all accounts. Transactions are grouped by account and sorted in descending order by the created datetime of the transaction. If DataOne has implemented a server-side filter, such as restricting transactions to the latest X months, this filter will be applied when generating the statement.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
uuid
required

The User ID

Query Params
string
enum

The version of the DataOne categorisation engine that will be used to process transactions.

If no categorisation version is provided, the default version associated to the requesting organisation will be used.

Allowed:
date-time

Defines the earliest possible value of created on the returned list of transactions

Does not accept any timezones aside from Z; must include the time with milliseconds.

Can be used with or without dateTo

date-time

Defines the latest possible value of created on the returned list of transactions.

Does not accept any timezones aside from Z; must include the time with milliseconds.

Can be used with or without dateFrom

Responses

400

Date range specified is invalid.

401

API key authentication unsuccessful.

403

Access if forbidden if categorisation is disabled.

404

User is invalid or does not exist.

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/pdf