Registration Form

Functional Behavior

Registration form

The registration form dynamically adapts based on the selected business type.
All fields displayed to the user are considered required for submission.

Once all visible required fields are completed, the user will be able to successfully submit the registration.

Example:


Registration form: Common Fields

  • Personal details: Name, Surname, Email, Mobile
  • Business details: Country, Legal name, Legal structure
  • reCAPTCHA validation

Registration form: Sole Trader Fields

  • Registration or Government ID number (e.g. Spanish NIF or UK ID)

Registration form: Business Entity Fields

  • Business type, Company number, Your role in the company

Field Validations

Personal Details

FieldValidation Rules
NameRequired. Minimum 2 characters. Alphabetic letters, Spaces, Hyphens (-), Apostrophes (')
SurnameRequired. Minimum 2 characters. Alphabetic letters, Spaces, Hyphens (-), Apostrophes (')
EmailRequired. Valid email format
PrefixRequired. Country code selector
MobileRequired. Digits only. Minimum 6-8 digits depending on the country.

Common Business Details

FieldValidation Rules
Legal name of your businessRequired. Minimum 3 characters.
Legislation CountryRequired. Must select one from dropdown
Legal StructureRequired.
reCAPTCHARequired. Prevents automated form submissions.

Business Details for Sole trader:

Field

Validation Rules

Registration Number or Government ID Number

Required.

  • For Spain: Must match NIF format (e.g., Spanish NIF: 8 digits + 1 letter, validated via regex)
  • For UK: Minimum 5 digits of valid characters.

Business Details for Business entity:

Field

Validation Rules

Type of Business

Required. Minimum 3 characters.

Company number

Required.

  • For Spain: Must be 9 characters long. Must follow the format: 1 letter, 7 digits, and 1 letter or digit.
  • For UK: Minimum 5 digits of valid characters.

Your Role in the Company

Required. Must select one from dropdown. Read more about merchant roles


Confirmation screen

Once the form is submitted, a confirmation screen is displayed to the user with information regarding next steps and access.

The user receives an invitation email to set up their credentials.

To learn more about the credential setup process, please refer to the following article:
Credential Setup Process


Reference Docs