BusinessData
Business details
type BusinessData {
country: String
legalForm: LegalForm
legalName: String
companyName: String
address: Address
documentNumber: String
email: String
phone: String
website: String
monthlyVolume: Long
confirmWebsite: Boolean
industry: Industries
mcc: String
allowedMcc: [String!]
servicesDescription: String
confirmServicesDescription: Boolean
status: BusinessStatus
}
Fields
BusinessData.country ● String scalar
Country code, ISO 3166-1 alpha-2 code
BusinessData.legalForm ● LegalForm enum
Legal form
BusinessData.legalName ● String scalar
Legal name
BusinessData.companyName ● String scalar
Company name, could be different from legal name
BusinessData.address ● Address object
Full address
BusinessData.documentNumber ● String scalar
Company tax ID (CIF/NIF)
BusinessData.email ● String scalar
Company email
BusinessData.phone ● String scalar
Phone number in E.164 format, e.g. +34666777888
BusinessData.website ● String scalar
Website
BusinessData.monthlyVolume ● Long scalar
Expected monthly volume in EUR
BusinessData.confirmWebsite ● Boolean scalar
Confirms that website complies with requirements
BusinessData.industry ● Industries enum
Company Industry
BusinessData.mcc ● String scalar
Merchant Category Codes (MCC) in ISO 18245:2003 format
BusinessData.allowedMcc ● [String!] list scalar
A list of allowed MCCs
BusinessData.servicesDescription ● String scalar
A description of the products or services it provides
BusinessData.confirmServicesDescription ● Boolean scalar
Confirms that service complies with requirements
BusinessData.status ● BusinessStatus enum
Business status
Member Of
Account object