Unique identifier of a customer's account.
Account management (1.0)
https://docs.solarisgroup.com/_mock/api-reference/digital-banking/account-management/
Request
Adds an IBAN as a trusted IBAN to the account specified in the request URL. Transactions to trusted IBANs do not require two-factor authentication.
Note: This endpoint will trigger the change request process. Specify the person_id
of an authorized person on the account who will receive the 2FA challenge to confirm the trusted IBAN.
- Mock Server
https://docs.solarisgroup.com/_mock/api-reference/digital-banking/account-management/v1/accounts/{account_id}/trusted_ibans
- Payload
- cURL
- Java
- Python
- Node.js
- Go
- Ruby
- PHP
{ "iban": "string", "person_id": "string" }
{ "iban": "string" }
- Mock Server
https://docs.solarisgroup.com/_mock/api-reference/digital-banking/account-management/v1/accounts/{account_id}/trusted_ibans
- Payload
- cURL
- Java
- Python
- Node.js
- Go
- Ruby
- PHP
No request payload
[ { "id": "string", "iban": "string", "approved_by": "string" } ]
- Mock Server
https://docs.solarisgroup.com/_mock/api-reference/digital-banking/account-management/v1/accounts/{account_id}/trusted_ibans/{trusted_iban_id}
- Payload
- cURL
- Java
- Python
- Node.js
- Go
- Ruby
- PHP
No request payload
{ "id": "d6c778822b2d7bd3b778935bcfd02d1d3csc", "updated_at": "2021-01-30T08:30:00Z", "status": "AUTHORIZATION_REQUIRED", "url": "https://api.solaris-sandbox.de/v1/change_requests/d6c778822b2d7bd3b778935bcfd02d1d3csc/authorize" }