General Information #
type here
End-point URL #
http://[host]:[port]/psd2/v1/accounts/[account-id]
Headers #
- X-Request-ID: [request-id] – Required: A unique request ID (GUID).
- Consent-ID: [consent-id] – Required: The ID of the consent.
- Content-Type: application/json – Required: Specifies the request format.
- PSU-ID: [user-id] – Optional: User identifier obtained upon login.
Response #
{
"iban": {
"iban": "BG53TEPJ40131001000119"
},
"bban": null,
"pan": null,
"maskedPan": null,
"msisdn": null,
"resourceId": "5756e531-e1ca-4db8-9a19-9412a5539d50",
"name": "pavel",
"product": "PRD22",
"cashAccountType": "Savings account",
"currency": "BGN",
"_links": {
"self": {
"href": "/v1/accounts/5756e531-e1ca-4db8-9a19-9412a5539d50"
},
"balances": {
"href": "/v1/accounts/5756e531-e1ca-4db8-9a19-9412a5539d50/balances"
},
"transactions": {
"href": "/v1/accounts/5756e531-e1ca-4db8-9a19-9412a5539d50/transactions"
}
}
}
Remarks #
Snippet #