Returns all virtual IBANs bound to the account specified in the request.
Account management (1.0)
Download OpenAPI description
Languages
Servers
Mock Server
https://docs.solarisgroup.com/_mock/api-reference/digital-banking/account-management/
Query
The specific results page to return. See the pagination docs for more details.
The size of the results page to return. See the pagination docs for more details.
- Mock Serverhttps://docs.solarisgroup.com/_mock/api-reference/digital-banking/account-management/v1/accounts/{account_id}/virtual_ibans
- Payload
- cURL
- Java
- Python
- Node.js
- Go
- Ruby
- PHP
No request payloadSuccessful result of the operation.
Description of the virtual IBAN. Can be seen by the customer.
Example: "Example description"
Date and time when the virtual IBAN was disabled. null if the status is ENABLED.
Example: "null"
Date and time when the virtual IBAN was last updated.
Example: "2021-09-10T12:57:59Z"
Bodyapplication/jsonrequired
Partners must generate a reference for the vIBAN and supply it in this property. This property acts as an idempotency key and must be unique.
Example: "f3757e7e-57ec-4e07-a3f1-7a5d1e412be7"
Customer data related to the issued Virtual IBAN. Optional if partner configuration allows issuing vIBANs without customer.
Example: "12312312cus"
- Mock Serverhttps://docs.solarisgroup.com/_mock/api-reference/digital-banking/account-management/v1/accounts/{account_id}/virtual_ibans
- Payload
- cURL
- Java
- Python
- Node.js
- Go
- Ruby
- PHP
application/json
{ "customer_id": "12312312cus", "reference": "f3757e7e-57ec-4e07-a3f1-7a5d1e412be7", "description": "Example description" }
- Mock Serverhttps://docs.solarisgroup.com/_mock/api-reference/digital-banking/account-management/v1/accounts/{account_id}/virtual_ibans/{virtual_iban_id}/disable
- Payload
- cURL
- Java
- Python
- Node.js
- Go
- Ruby
- PHP
No request payload- Mock Serverhttps://docs.solarisgroup.com/_mock/api-reference/digital-banking/account-management/v1/accounts/{account_id}/virtual_ibans/{virtual_iban_id}/enable
- Payload
- cURL
- Java
- Python
- Node.js
- Go
- Ruby
- PHP
No request payload