MerchantApplicationCheckResponse

Response a merchant application

Summary
MerchantApplicationCheckResponse
Variables
name string
email string
last_name string
first_name string
bank_account_number string
bank_identifier_code string
vat_number string
address string
postal_code string
city string
zone string
country_iso_code string
phone_number string
website string
gift_subscription bool
loyalty_subscription bool
language <Language> The language for the default merchant user
display_name <String> The display name of the merchant

Variables

name

string

The name of the merchant.

email

string

The email of the merchant.

last_name

string

The last name of the merchant.

first_name

string

The first name of the merchant.

bank_account_number

string

The bank account number of the merchant.

bank_identifier_code

string

The bank identifier code of the merchant.

vat_number

string

The vat number of the merchant.

address

string

The address of the merchant.

postal_code

string

The postal code of the merchant.

city

string

The city of the merchant.

zone

string

The zone of the merchant.

country_iso_code

string

The country iso code of the merchant.

phone_number

string

The phone number of the merchant.

website

string

The website of the merchant.

gift_subscription

bool

Indicates if there is a gift subscription or not.

loyalty_subscription

bool

Indicates if there is a loyalty subscription or not.

language

<Language> The language for the default merchant user

display_name

<String> The display name of the merchant

Close