v1
latestOpenAPI 3.0.02026-07-242444105.9 KBVirtual Accounts
Create Virtual Account
Creates new virtual accounts for the given owners (max 1000 owners). Request body differs for individual vs company owners, and GBP vs EUR virtual accounts. It is possible to create virtual accounts without owner bank details - see CreateNoBankDetailsVirtualAccount schemas. It is not possible to make payments out of virtual accounts without owner bank details.
post/v2/accounts/{accountId}/virtual
Path parameters
accountIdnumber required
Example:123
The account id for the segregated account
Request body
Example request
[
{
"name": "EUR Test Company",
"addressLine1": "Friedrichstrasse",
"addressLine2": "100",
"city": "Berlin",
"region": "Berlin",
"postcode": "10115",
"country": "DE",
"nationality": "DE",
"registrationNumber": "AB123456",
"iban": "DE53202208000099106929",
"bicSwift": "MHSBDEHBXXX"
}
]Response
The virtual account creation request was received successfully