Description
The Event Notification Subscription API Profile describes the flows and common functionality for the Event Notification Subscription API, which allows a TPPs to:
Register an event subscription with an ASPSP to subscribe to event notifications.
A subscription can enable real time event notifications via a HTTP callback from the ASPSP, and aggregated polling by the TPP.
Specify a list of event types to be notified on.
Optionally read, update or delete a registered event subscription.
Documentation
- Contents
Check on the OpenAPI Documentation carefully to understand the required request and structure.
- Security
Remember to retrieve the credentials of your App in "My Apps" checking on the Consumer Key and Consumer Secret.
Error Format
All OpenBanking APIs throw errors in following JSON format:
{"Id": "123",
"Code": "123",
"Message":"Message example",
"Description": "Description of error",
"Errors":[
{
"ErrorCode":"AC17",
"Message":"Message Example",
"Path":"/accounts",
"Url":"url.example.com"
}]
}
OpenAPI specification
