Create International Virtual Account For Company
Used to issue a multi-currency SWIFT/International Virtual Account for a company.
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
| Parameter | Type | Required | Description |
|---|---|---|---|
| name | string | Yes | Registered Company Name |
| addressLine1 | string | Yes | Company's Address. |
| city | string | Yes | Company's City |
| postcode | string | Yes | Company's Postcode |
| country | string | Yes | Company's Country. The 2-letter country code |
| nationality | string | Yes | Company's Nationality |
| isIndividual | boolean | Yes | No |
| iban | string | Yes | Company's Iban |
| bicSwift | string | Yes | Company's BIC/Swift |
Request Body Example
[
{
"name": "Registered Company Name",
"addressLine1": "Company's Address.",
"city": "Company's City",
"postcode": "Company's Postcode",
"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
Updated 1 day ago