GetAccount

SecurityOAuth2
Request
path Parameters
id
required
string

Id of the account to retrieve

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}
Response samples
application/json
{
  • "id": "1234",
  • "iban": "FR7612345987650123456789014",
  • "bban": "BARC12345612345678",
  • "name": "Usage Account",
  • "displayName": "My usage account",
  • "balances": [
    ]
}