If specified restricts result to a specific subscription.
Events Subscriptions API (v1)
Welcome to the Aritma Events API!
Over time there will be introduced changes to the API as we continuously introduce improvements. You have the option to use a specific version or the most recent version, supported versions are available in the response header api-supported-versions. Use a specific version of the API by specifying the api-version header, for example api-version: 1.0. If you don't specify the header, the latest version will be used. If a version has been scheduled to be removed, it will be reported through the api-supported-versions header.
Our API uses resource-oriented endpoint paths, accepts Json-Encoded request bodies, returns Json-Encoded responses, and uses standard HTTP response codes and verbs.
- Mock serverhttps://developer.aritma.com/_mock/apis/platform/events/openapi/events-openapi/api/failed-events
- Subscriptions API Devhttps://events.dev.aritma.io/api/failed-events
- Subscriptions APIhttps://events.aritma.io/api/failed-events
- Payload
- cURL
- C#
- JavaScript
- Python
- Go
- PHP
- Java
- Java 8
No request payload{ "data": [ { … } ], "pageSize": 10, "cursor": 1718451900000 }
- Mock serverhttps://developer.aritma.com/_mock/apis/platform/events/openapi/events-openapi/api/failed-events/{eventId}
- Subscriptions API Devhttps://events.dev.aritma.io/api/failed-events/{eventId}
- Subscriptions APIhttps://events.aritma.io/api/failed-events/{eventId}
- Payload
- cURL
- C#
- JavaScript
- Python
- Go
- PHP
- Java
- Java 8
No request payloadSuccess
The subject or resource path associated with the event.
The type of event that was published.
The total number of delivery attempts made for this event.
The HTTP status code returned by the last delivery attempt.
The outcome description of the last delivery attempt.
The event payload data. This may vary given the event type.
{ "id": "550e8400-e29b-41d4-a716-446655440000", "eventTime": "2019-08-24T14:15:22Z", "subject": "/subscriptions/b547f0fa-52a1-4ba7-b9ef-21a8e744bba6/resource-group/9f12f079-2824-4b79-a0b4-d85028ee85cd/providers/aritma.openbanking/accounts/d2aab6d9fd7a4e6eb99c49ec6e129cb2", "eventType": "banking.payment.status.updated", "deliveryAttempts": 11, "lastHttpStatusCode": 500, "lastDeliveryOutcome": "GenericError", "publishTime": "2019-08-24T14:15:22Z", "lastDeliveryAttemptTime": "2019-08-24T14:15:22Z", "failureReason": "TimeToLiveExceeded", "data": { "paymentId": "p1pd127721fce494cfaa4b0311c39c12d6c", "endToEndIdentification": "0c8de8c7dcb24f0b980f9a0485dbf66f", "transactionStatus": "ACCP", "tppMessages": [], "_links": { … } } }
- Mock serverhttps://developer.aritma.com/_mock/apis/platform/events/openapi/events-openapi/api/failed-events/{eventId}
- Subscriptions API Devhttps://events.dev.aritma.io/api/failed-events/{eventId}
- Subscriptions APIhttps://events.aritma.io/api/failed-events/{eventId}
- Payload
- cURL
- C#
- JavaScript
- Python
- Go
- PHP
- Java
- Java 8
No request payload