Unique identifier of the payment.
Banking Events (1.0.0)
Webhook event payloads emitted by the Banking API. Events are delivered through the Aritma Events API using the CloudEvents specification.
Event payloads closely mirror the responses from the corresponding Banking API endpoints, so the data structures will already be familiar if you use the REST API.
Download OpenAPI description
Languages
Servers
Mock server
https://developer.aritma.com/_mock/apis/banking/v4/openapi/banking-events-openapi
Request
Fired when the status of a payment has been updated. Includes the current transaction status and any TPP messages providing additional details.
Related endpoint: Get payment status
ISO 20022 transaction status code.
Enum"accc""accp""acsc""acsp""actc""acwc""acwp""rcvd""pdng""rjct"
- Mock serverhttps://developer.aritma.com/_mock/apis/banking/v4/openapi/banking-events-openapi/banking.payment.status.updated
application/json
{ "paymentId": "string", "endToEndIdentification": "string", "transactionStatus": "accc", "tppMessages": [ { … } ], "_links": { "self": { … }, "bulkPayment": { … } } }
Request
Fired when the status of a bulk payment or one of its related payment lines has been updated.
Related endpoint: Get bulk-payment information
ISO 20022 transaction status code.
Enum"accc""accp""acsc""acsp""actc""acwc""acwp""rcvd""pdng""rjct"
- Mock serverhttps://developer.aritma.com/_mock/apis/banking/v4/openapi/banking-events-openapi/banking.bulk_payment.status.updated
application/json
{ "paymentId": "string", "transactionStatus": "accc", "tppMessages": [ { … } ], "_links": { "self": { … } } }