Virtual accounts list
Authorization
apiBearerAuth AuthorizationBearer <token>
In: header
Query Parameters
type?string
Type of account
Response Body
application/json
curl -X GET "https://connect-api-sandbox.volt.io/accounts?type=volt-account"[
{
"id": "7523a8d3-70a9-4448-822a-ba1a38e0b715",
"supportedCurrencies": [
"EUR"
],
"currencies": {
"EUR": {
"accountIdentifiers": {
"iban": "DE33500105173822933531",
"bic": "ALBPPLPW"
},
"amount": null
}
},
"type": "volt-account",
"name": "My EUR account",
"customerId": "dab4dd0c-d63b-439c-9c47-722ce7a01b60",
"active": true,
"country": "DK",
"amount": null,
"vIBANStats": null
}
]