Virtual Accounts Reference Data

Ultimate Beneficial Owners (UBOs)

UBO Fields Required

All fields have a maximum length of 35 characters.

OrderFieldDescriptionRequired
1CompanyNumberCompany number of the account owner. Example: 000012345 (always 9 digits)Yes
2VirtualAccountNumberVirtual Account number for customer details assignment. Example: 0099876543 (always 10 digits)Yes
3CustomerIdentifierYour internal customer reference identifierNo
4CustomerTypeAccount holder type: 'P' (Private) or 'C' (Company)Yes
5NameLegal name of the account holderYes
6Address1First line of addressYes
7Address2Second line of addressYes
8Address3Must contain the ISO-2 Alpha-2 country code (e.g., 'GB', 'DE'). This is a regulatory requirement for compliance and risk management. See country codesYes
9UBOfirstname1First name of primary UBOYes
10UBOlastname1Last name of primary UBOYes
11UBOfirstname2First name of second UBONo
12UBOlastname2Last name of second UBONo
13UBOfirstname3First name of third UBONo
14UBOlastname3Last name of third UBONo
15UBOfirstname4First name of fourth UBONo
16UBOlastname4Last name of fourth UBONo
17UBOfirstname5First name of fifth UBONo
18UBOlastname5Last name of fifth UBONo

CSV File Format Example

When providing customer details via CSV file, use the following format:

CompanyNumber,VirtualAccountNumber,CustomerIdentifier,CustomerType,Name,Address1,Address2,Address3,UBOfirstname1,UBOlastname1,UBOfirstname2,UBOlastname2,UBOfirstname3,UBOlastname3,UBOfirstname4,UBOlastname4,UBOfirstname5,UBOlastname5
000012345,0099876543,Ania1,P,Ania,Address1,Address2,GB,UbOfirstname1,UbOlastname1,UbOfirstname2,UbOlastname2,UbOfirstname3,UbOlastname3,UbOfirstname4,UbOlastname4,UbOfirstname5,UbOlastname5

Note:

  • All header fields must be included in the CSV file, even if you don't provide data for the optional fields
  • The Address3 field must contain a valid ISO-2 Alpha-2 country code for regulatory compliance

Allowed Characters

The following characters are allowed in all Virtual Account fields:

a b c d e f g h i j k l m n o p q r s t u v w x y z  
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z  
0 1 2 3 4 5 6 7 8 9  
/ - ? : ( ) . ' 
Space (except leading spaces)

Notes

  • All fields are limited to 35 characters
  • Up to 5 UBOs can be specified per Virtual Account
  • Customer details can only be set once and cannot be modified after submission
  • Bulk operations are limited to 1,000 Virtual Accounts per request
  • Address3 must contain the country code in ISO-2 Alpha-2 format for regulatory and compliance requirements

Closing a Virtual Account

Closure Reason Codes

When closing a Virtual Account, one of the following reason codes must be specified:

CodeDescription
C01Merchant has been off-boarded
C02Due to AML/risk appetite/fraud reasons
C03Client request (merchant not being offboarded)

Notes

  • The reason code must be specified for each Virtual Account
  • The reason code must be one of the allowed codes
  • The reason code must be provided before the Virtual Account can be closed
  • Bulk operations are limited to 1,000 Virtual Accounts per request

CSV File Format Example

When providing closure reason codes via CSV file, use the following format:

VirtualAccountNumber,ReasonCode
0099394118,C01
0099394117,C02