Get account
Get the data of a single account for the supplied consent.
Request
Method: GETPath: /v1/accounts/:resourceIdHeaders: Accept: application/json Authorization: Bearer VALID-BEARER-TOKEN
Response
{ "account": { "resourceId": "3dc3d5b3-7023-4848-9853-f5400a64e80f", "iban": "DE2310010010123456789", "currency": "EUR", "name": "Main Account" }}
The account is a Psd2Account
object.
Psd2Account Detailed reference of Psd2Account object