GetTransactions

SecurityOAuth2
Request
path Parameters
id
required
string

Id of the account to retrieve transactions from

query Parameters
dateFrom
required
string <date-time>

Inclusive start date of the transactions

dateTo
string <date-time>

Inclusive end date of the transactions

bookingStatus
required
string

The kind of booking statuses to include

Enum: "booked" "pending" "both" "information" "all"
cursor
string

A reference to a specific page

header Parameters
Consent-ID
string

The consent id.

PSU-IP-Address
string

IP Address of the PSU, it should only be set if this request was actively initiated by the PSU. Most operations have request limits that apply when a user is not present.

Responses
200

Success

401

Unauthorized

403

Forbidden

404

Not Found

get/accounts/{id}/transactions
Response samples
application/json
{
  • "transactions": {
    }
}