Virtual IBANs list
Authorization
apiBearerAuth AuthorizationBearer <token>
In: header
Path Parameters
accountId*string
Id of Virtual account
Format
uuidResponse Body
application/json
curl -X GET "https://connect-api-sandbox.volt.io/accounts/94c01e1e-533e-41d5-ab70-ac163d6099f5/virtual-accounts/vibans"[
{
"identificationSetId": "af488a3e-3295-49d0-b370-32079912c4c5",
"name": "string",
"defaultIdentificationId": "bd0e635b-2296-4f11-8e7a-a9451b9410ea",
"accountIdentifications": [
{
"id": "7211410a-3751-4ad4-9247-b989ad23acab",
"identifications": {
"iban": "DK3489000022297405"
}
}
],
"status": "active"
}
]