Returns an array containing all messages sent to the person specified in the request URL regarding the given account.
Account management (1.0)
Download OpenAPI description
Languages
Servers
Mock Server
https://docs.solarisgroup.com/_mock/api-reference/digital-banking/account-management/
- Mock Serverhttps://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 payloadSuccessful result of the operation.
Bodyapplication/jsonArray [
ID of the account for which the message was sent.
Example: "c2a13abed3b0686ab5343aa748d7f2fecacc"
The notification channel used to send the message.
Enum"any""email"
UTC timestamp from when the message was created.
Example: "2022-06-20T19:02:49Z"
Response
application/json
[ { "id": "f4ed772c970e1096a73d9418192a2d0camsg", "account_id": "c2a13abed3b0686ab5343aa748d7f2fecacc", "title": "Ihre Samsung Pay Bezahlung", "text": "string", "required_notification_channel": "any", "created_at": "2022-06-20T19:02:49Z" } ]
- Mock Serverhttps://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 payloadSuccessful result of the operation.
Bodyapplication/jsonArray [
ID of the account for which the message was sent.
Example: "c2a13abed3b0686ab5343aa748d7f2fecacc"
The notification channel used to send the message.
Enum"any""email"
UTC timestamp from when the message was created.
Example: "2022-06-20T19:02:49Z"
Response
application/json
[ { "id": "f4ed772c970e1096a73d9418192a2d0camsg", "account_id": "c2a13abed3b0686ab5343aa748d7f2fecacc", "title": "Ihre Samsung Pay Bezahlung", "text": "string", "required_notification_channel": "any", "created_at": "2022-06-20T19:02:49Z" } ]
- Mock Serverhttps://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 payloadResponse
application/json
{ "id": "f4ed772c970e1096a73d9418192a2d0camsg", "account_id": "c2a13abed3b0686ab5343aa748d7f2fecacc", "title": "Ihre Samsung Pay Bezahlung", "text": "string", "required_notification_channel": "any", "created_at": "2022-06-20T19:02:49Z" }
- Mock Serverhttps://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 payloadResponse
application/json
{ "id": "f4ed772c970e1096a73d9418192a2d0camsg", "account_id": "c2a13abed3b0686ab5343aa748d7f2fecacc", "title": "Ihre Samsung Pay Bezahlung", "text": "string", "required_notification_channel": "any", "created_at": "2022-06-20T19:02:49Z" }