Library for Aritma Banking Events
License
—
Deps
2
Install Size
—
Vulns
✓ 0
Published
Mar 2, 2026
$ dotnet add package Aritma.OpenBanking.EventsThe Aritma.Banking.Dtos library contains the data transfer objects (DTOs) used in the Aritma Banking API: https://banking.aritma.io.
| Event | Type | Description |
|---|---|---|
banking.account.balance.updated | Aritma.OpenBanking.Events.AccountBalanceUpdated | Account balance has either been added or updated. |
banking.account.created | Aritma.OpenBanking.Events.AccountCreated | New account has been created. |
banking.payment.authorized | Aritma.OpenBanking.Events.PaymentAuthorized | Payment has been authorized. |
banking.payment.status.updated | Aritma.OpenBanking.Events.PaymentStatusUpdated | Payment status has been updated. |
banking.account.transaction.received | Aritma.OpenBanking.Events.TransactionReceived | New transaction received for the account. |
banking.account.approval_settings.updated | Aritma.OpenBanking.Events.AccountApprovalUpdated | The approval settings for the account has been updated, for instance the number of approvers have been changed. |
banking.bulk_payment.status.updated | Aritma.OpenBanking.Events.BulkPaymentStatusUpdated | Payment or individual status has been updated. |
You can find more information at: https://developer.aritma.com/apis/banking.