Returns an array containing all messages sent to the business specified in the request URL regarding the given account.
Account management (1.0)
https://docs.solarisgroup.com/_mock/api-reference/digital-banking/account-management/
- Mock Server
https://docs.solarisgroup.com/_mock/api-reference/digital-banking/account-management/v1/businesses/{business_id}/accounts/{account_id}/messages
- Payload
- cURL
- Java
- Python
- Node.js
- Go
- Ruby
- PHP
No request payload
Successful result of the operation.
ID of the business to whom the message was sent.
ID of the person associated with the business to whom the message was delivered.
ID of the account for which the message was sent.
The notification channel used to send the message.
UTC timestamp from when the message was created.
[ { "id": "f4ed772c970e1096a73d9418192a2d0camsg", "business_id": "567eaf2b22fce21a1920e14e11e2bfa3cbiz", "person_id": "0ba2211cab11af6094d60ead81f2bd9dcper", "account_id": "c2a13abed3b0686ab5343aa748d7f2fecacc", "title": "Ihre Samsung Pay Bezahlung", "text": "string", "required_notification_channel": "any", "created_at": "2022-06-20T19:02:49Z" } ]
- Mock Server
https://docs.solarisgroup.com/_mock/api-reference/digital-banking/account-management/v1/businesses/{business_id}/accounts/{account_id}/messages/{id}
- Payload
- cURL
- Java
- Python
- Node.js
- Go
- Ruby
- PHP
No request payload
Successful result of the operation.
ID of the business to whom the message was sent.
ID of the person associated with the business to whom the message was delivered.
ID of the account for which the message was sent.
The notification channel used to send the message.
{ "id": "f4ed772c970e1096a73d9418192a2d0camsg", "business_id": "567eaf2b22fce21a1920e14e11e2bfa3cbiz", "person_id": "0ba2211cab11af6094d60ead81f2bd9dcper", "account_id": "c2a13abed3b0686ab5343aa748d7f2fecacc", "title": "Ihre Samsung Pay Bezahlung", "text": "string", "required_notification_channel": "any", "created_at": "2022-06-20T19:02:49Z" }