Unique identifier of a customer's account.
Account management (1.0)
https://docs.solarisgroup.com/_mock/api-reference/digital-banking/account-management/
Request
Returns an array containing all outstanding reservations on the account specified in the request URL. The API will not return reservations that have been applied or revoked.
Important This endpoint replaces the old version. However, please note that you have to set the api-version
header to the version you want (e.g., 2022-07-18
). If you do not specify a version, then the API will return the older version of the response.
Filters the returned reservations by type.
Filters the returned reservations by ID.
Filters the reservations by status, e.g., OPEN.
- Mock Server
https://docs.solarisgroup.com/_mock/api-reference/digital-banking/account-management/v1/accounts/{account_id}/reservations
- Payload
- cURL
- Java
- Python
- Node.js
- Go
- Ruby
- PHP
No request payload
Successfully fetched the reservations.
ID of the account to which the reservation is attached.
IBAN of the account to which the reservation is attached.
Internal reference number for the reservation.
The current status of the reservation. Possible values are OPEN
and RESOLVED
.
UTC timestamp from when the reservation was created.
UTC timestamp from when the reservation was resolved. If the reservation has not yet been resolved, then this property will have a value of null
.
[ { "id": "162ddd7e-790c-5963-908f-4cedfd30f9a1", "description": "string", "account_id": "e48c29b85992b8772eb7ddd518490920cacc", "iban": "DE84110101010001234567", "amount": { … }, "type": "CardAuthorization", "reference": "85f20dc2-190f-47d3-94c7-2737ca71f286", "status": "OPEN", "meta_info": { … }, "created_at": "2022-06-20T18:49:49Z", "resolved_at": "null" } ]
Request
Returns an array containing all reservations on a given account. This endpoint will deprecated soon. All partners must switch to the new version.
Filters the returned reservations by type.
Filters the returned reservations by ID.
Filters the reservations by status, e.g., OPEN.
- Mock Server
https://docs.solarisgroup.com/_mock/api-reference/digital-banking/account-management/v1/accounts/{account_id}/reservations/old
- Payload
- cURL
- Java
- Python
- Node.js
- Go
- Ruby
- PHP
No request payload
The operation was successful.
The type of reservation.
The current status of the reservation. Possible values are OPEN
and RESOLVED
.
An object containing all meta information related to the reservation.
[ { "id": "b814e2213c5c45149945ed53422db0c4cres", "amount": { … }, "reservation_type": "CARD_AUTHORIZATION", "reference": "c222a0b8-07ea-49be-83c1-68719be286e6", "status": "OPEN", "meta_info": { … }, "expires_at": "string", "expired_at": "string", "resolved_at": "string", "description": "string" } ]