Returns an array containing all messages sent to the person 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/persons/{person_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 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", "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/persons/{person_id}/messages
- Payload
- cURL
- Java
- Python
- Node.js
- Go
- Ruby
- PHP
No request payload
Successful result of the operation.
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", "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/persons/{person_id}/messages/{id}
- Payload
- cURL
- Java
- Python
- Node.js
- Go
- Ruby
- PHP
No request payload
{ "id": "f4ed772c970e1096a73d9418192a2d0camsg", "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/persons/{person_id}/accounts/{account_id}/messages/{id}
- Payload
- cURL
- Java
- Python
- Node.js
- Go
- Ruby
- PHP
No request payload
{ "id": "f4ed772c970e1096a73d9418192a2d0camsg", "account_id": "c2a13abed3b0686ab5343aa748d7f2fecacc", "title": "Ihre Samsung Pay Bezahlung", "text": "string", "required_notification_channel": "any", "created_at": "2022-06-20T19:02:49Z" }