Create EUR Local Virtual Account For Company

Used to issue a Europe local EUR Virtual Account for a corporate entity.


While the Correlation ID is optional, including it is strongly recommended for both client-side and internal BCB systems to ensure seamless end-to-end transaction tracking and easier cross-system debugging.

Required

ParameterTypeRequiredDescription
namestringYesRegistered Company Name
addressLine1stringYesCompany's Address.
citystringYesCompany's City
countrystringYesCompany's Country. The 2-letter country code
nationalitystringYesCompany's Nationality
isIndividualbooleanYesNo
ibanstringYesCompany's Iban
bicSwiftstringYesCompany's BIC/Swift

Request Body Example

[
  {
    "name": "Registered Company Name",
    "addressLine1": "Company's Address",
    "city": "Company's City",
    "country": "Company's Country. The 2-letter country code",
    "nationality": "Company's Nationality",
    "isIndividual": false,
    "iban": "Company's Iban",
    "bicSwift": "Company's BIC/Swift"
  }
]

Try it Here