Accounts APIVibans
List of virtual IBANs (vIBANs) for an account.
Authorization
BearerAuth AuthorizationBearer <token>
In: header
Path Parameters
accountId*string
Unique identifier of the account
Format
uuidQuery Parameters
limit?integer
Number of items to return per page (max 100).
Default
25Range
1 <= value <= 100page?integer
Page index for pagination.
Default
1Range
1 <= valueorderId?string
Filter vIBANs by the order id they were created with.
Format
uuidHeader Parameters
X-Volt-Api-Version*integer
Version of the API used. Currently, version 1 is the only version.
Value in
1Response Body
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://accounts.sandbox.volt.io/accounts/497f6eca-6276-4993-bfeb-53cbbbba6f08/vibans" \ -H "X-Volt-Api-Version: 1"[
{
"id": "06949674-d65c-4266-a2c6-23bce4a80a81",
"currency": "EUR",
"identification": [
{
"iban": "DE33500105173822933531",
"bic": "ALBPPLPW"
}
],
"name": "Virtual account",
"customerId": "dab4dd0c-d63b-439c-9c47-722ce7a01b60",
"accountId": "ca52ea87-a0e3-4371-b301-63309d2e0aa3",
"active": true
}
]{
"code": "BAD_REQUEST",
"message": "string"
}{
"code": "UNAUTHORISED",
"message": "string"
}{
"code": "ACCESS_DENIED",
"message": "string"
}{
"code": "RESOURCE_NOT_FOUND",
"message": "string"
}{
"code": "METHOD_NOT_SUPPORTED",
"message": "string"
}{
"code": "MEDIA_TYPE_NOT_ACCEPTABLE",
"message": "string"
}{
"code": "UNSUPPORTED_MEDIA_TYPE",
"message": "string"
}{
"code": "VALIDATION_FAILURE",
"message": "string",
"errors": [
{
"type": "TOO_FEW",
"propertyPath": "string",
"message": "string"
}
]
}{
"code": "INTERNAL_SERVER_ERROR",
"message": "string"
}