Retrieve Loan Transactions

Provides a list of a customers' outgoing loan transactions found within their connected accounts.

When X-From is omitted from the request, a default value of 30 days from before today's date will be used.
When X-To is omitted from the request, a default value of today's date will be used.

Notes:

  • Transactions with multiple currencies are supported, but the statistics are currently only calculated for one currency. The endpoint takes the currency of the first transaction and ignores non-matching currencies in its calculations.
Headers
string
required

The API Client Identifier (Service Application Identifier).

uuid
required

A unique identifier for a Customer, as registered on Bud's platform.

string

Transaction from date, this works in pair with the 'X-To' parameter

string

Transaction to date, this works in pair with the 'X-From' parameter

Responses

204

No transactions

400

Bad request

401

Unauthorised request

405

An unexpected HTTP method was used

5XX

An unexpected error occurred on the server side

Language
Credentials
OAuth2
Choose an example:
application/json