Activate virtual IBAN
Activates and returns required amount of virtual IBANs
Authorization
apiBearerAuth AuthorizationBearer <token>
In: header
Path Parameters
accountId*string
Id of Virtual account
Format
uuidRequest Body
application/json
numberOfVirtualAccounts?string
Number of Virtual IBANs to activate, from 1 to 50
Format
integerRange
1 <= value <= 50Response Body
application/json
curl -X PATCH "https://connect-api-sandbox.volt.io/accounts/94c01e1e-533e-41d5-ab70-ac163d6099f5/virtual-accounts/activate" \ -H "Content-Type: application/json" \ -d '{}'[
{
"id": "06949674-d65c-4266-a2c6-23bce4a80a81",
"currencies": {
"GBP": {
"accountIdentifiers": [
{
"iban": "DK2450517187342686",
"accountNumber": "12345678",
"branchCode": "123456"
}
]
},
"EUR": {
"accountIdentifiers": [
{
"iban": "DK2450517187342686"
}
]
}
},
"name": "Virtual account",
"customerId": "dab4dd0c-d63b-439c-9c47-722ce7a01b60",
"accountId": "ca52ea87-a0e3-4371-b301-63309d2e0aa3",
"status": "active"
}
]