Skip to main content

BusinessDataInput

Business data input

input BusinessDataInput {
country: String
legalForm: LegalForm!
legalName: String
companyName: String
address: AddressInput
documentNumber: String
creationDate: String
email: String
phone: String
website: String
monthlyVolume: Int
confirmWebsite: Boolean
industry: Industries
mcc: String
servicesDescription: String
confirmServicesDescription: Boolean
}

Fields

BusinessDataInput.country ● String scalar

Country code, ISO 3166-1 alpha-2 code

BusinessDataInput.legalForm ● LegalForm! non-null enum

Legal form

BusinessDataInput.legalName ● String scalar

Legal name

BusinessDataInput.companyName ● String scalar

Company name

BusinessDataInput.address ● AddressInput input

Full address

BusinessDataInput.documentNumber ● String scalar

Company's tax ID (CIF/NIF)

BusinessDataInput.creationDate ● String scalar

The constitution date (beginning of activities)

BusinessDataInput.email ● String scalar

Email address

BusinessDataInput.phone ● String scalar

Phone number, E.164 format, e.g. +34666777888

BusinessDataInput.website ● String scalar

Website

BusinessDataInput.monthlyVolume ● Int scalar

Expected monthly volume in EUR

BusinessDataInput.confirmWebsite ● Boolean scalar

Confirms that website complies with requirements

BusinessDataInput.industry ● Industries enum

Company Industry

BusinessDataInput.mcc ● String scalar

Merchant Category Code (MCC) in ISO 18245:2003 format

BusinessDataInput.servicesDescription ● String scalar

A description of the products or services it provides

BusinessDataInput.confirmServicesDescription ● Boolean scalar

Confirms that service complies with requirements

Member Of

SetupAccountInput input