Interface BusinessLegalEntity

Export

BusinessLegalEntity

Hierarchy

  • BusinessLegalEntity

Properties

ach_bank_account?: BLEBankAccount

Required for US merchant accounts (region = US). This field is deprecated. Please use bank_account.

Memberof

BusinessLegalEntity

Deprecated

address: BaseAddress

Registered legal address of the business.

Memberof

BusinessLegalEntity

Estimated annual revenue of the business. * LOW = $0 - 100,000 * MEDIUM = $100,001 - 250,000 * HIGH = $250,001 - 400,000 * VERY_HIGH = $400,001 - 550,000 * EXTREMELY_HIGH = $550,000+

Memberof

BusinessLegalEntity

average_transaction_amount: number

Average transaction amount, in minor units. (e.g. $100.00 = 10000 minor units)

Memberof

BusinessLegalEntity

average_transaction_amount_card?: number

Average transaction amount, in minor units for Card payments. (e.g. $100.00 = 10000 minor units)

Memberof

BusinessLegalEntity

average_transaction_amount_debit?: number

Average transaction amount, in minor units for Direct Debit payments. (e.g. $100.00 = 10000 minor units)

Memberof

BusinessLegalEntity

average_transactions_per_month?: number

Average number of transactions per month

Memberof

BusinessLegalEntity

bank_account?: BLEBankAccount

Bank Account Information

Memberof

BusinessLegalEntity

Category code of the business. * ACCT = Accounting * ART = Artist Supply and Craft Stores * BEAUTY = Barber & Beauty Shop * CATERING = Catering * CHARITY = Charity * CLEANING = Cleaning Services * CONSULTANT = Consultant * CONTRACTOR = Trade Contractor * DENTIST = Dentistry * EDU = Schools & Education * FOOD = Food/Grocery * LANDSCAPING = Landscaping * LEGAL = Legal Services * MEDICAL_PRACT = Medical Practitioner * MEDICAL_SERV = Health Services * MEMBERSHIP = Membership Org. * MISC_FOOD_STORES = Misc. Food Stores * MISC_MERCH = Misc General Merchandise * MISC_SERV = Services * MUSIC = Music/Entertainment * PC = Computer Services * PHOTO_FILM = Photo/FILM * PROF_SERV = Professional Services * REAL_ESTATE = Real Estate * RECREATION = Recreation Services * REPAIR = Repair Services * RESTO = Restaurant/Bar * RETAIL = Direct Marketing Retail (MOTO) * TAXI = Taxi/Limo * VET = Veterinary * WEB_DEV = Web Design * WEB_HOSTING = Web Hosting

Memberof

BusinessLegalEntity

company_email?: string

Email of the business.

Memberof

BusinessLegalEntity

country_of_incorporation?: string

2-digit Country code (e.g. 'US', 'CA') See ISO 3166-1 alpha-2

Memberof

BusinessLegalEntity

Single currency used for processing and settlement for this merchant account.

Memberof

BusinessLegalEntity

description?: string

Company's business description

Memberof

BusinessLegalEntity

incorporation_year?: number

Year the business was incorporated. A number in 'YYYY' format.

Memberof

BusinessLegalEntity

legal_name: string

Registered business legal/trading name (e.g. "ACME CA")

Memberof

BusinessLegalEntity

The locale value used for the merchant account. Values depend on the region.

Memberof

BusinessLegalEntity

monthly_volume_amount?: number

Estimated monthly volume amount of the business, in minor units. (e.g. $100.00 = 10000 minor units)

Memberof

BusinessLegalEntity

name: string

The merchant name

Memberof

BusinessLegalEntity

phone: string

Customer support phone number of the business. Cannot contain special characters.

Memberof

BusinessLegalEntity

principals: Principal[]

Array of Principals (ie Business Owners).

Memberof

BusinessLegalEntity

Region for the merchant account

Memberof

BusinessLegalEntity

statement_descriptor: string

Provides information about a payment that customers see on their statements. Concatenated with the prefix (shortened descriptor) or statement descriptor that’s set on the account to form the complete statement descriptor. Maximum 20 characters for the concatenated descriptor.

Memberof

BusinessLegalEntity

tax_identification_number: string

Company's Tax Identification Number

Memberof

BusinessLegalEntity

Type of business. * CHARITY = Charity * CIC = Community Interest Company * CORP = Corporation * LTD = Limited * LLC = Limited Liability Company * LLP = Limited Liability Partnership * NPCORP = Non-Profit * PARTNERSHIP = Partnership * PLC = Public Limited Company * GOV = Public Sector/Governmental * SOLEPROP = Sole Proprietorship/Sole Trader * TRUST = Trust

Memberof

BusinessLegalEntity

website?: string

Website of the business.

Memberof

BusinessLegalEntity

Estimated yearly processing volume of transactions of the business. * LOW = 0-50k * MEDIUM = 50-100k * HIGH = 100-250k * VERY_HIGH = 250k+

Memberof

BusinessLegalEntity

Generated using TypeDoc