Create No Bank Details Virtual Account For Company

Used to create a Virtual Account for a company when external bank details are not provided upfront.

ParameterTypeRequiredDescription
companyNamestringYesCorporate entity legal name.
registrationNumberstringYesCompany registration number.
countryOfIncorporationstringYes2-character ISO country code.
addressobjectYesRegistered corporate address.

Request Body Example

{
  "companyName": "Venture Tech Limited",
  "registrationNumber": "11223344",
  "countryOfIncorporation": "GB",
  "address": {
    "line1": "10 Canada Square",
    "city": "London",
    "postcode": "E14 5AA",
    "country": "GB"
  }
}

Try it Here