MerchantApplicationCreateRequest

Request to create a merchant application

Variables

name

string

The name of the merchant.  Errors:

first_name

string

The first name of the merchant.

last_name

string

The last name of the merchant.

email

string

The email of the merchant.  Errors:

telephone

string

The phone number of the merchant.  Errors:

postal_code

string

The postal code of the merchant.  Errors:

street

string

The street of the merchant.  Errors:

city

string

The city of the merchant.  Errors:

zone

string

The zone of the merchant.

country_code_iso3

string

The country code of the merchant.  Errors:

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.  Errors:

website

string

The website of the merchant.

default_community

bool

Indicates if there is a default community or not

community_id

int64

The Id of the community of the merchant.

use_gift

bool

Indicates if a gift is used or not

loyalty_card_order_count

int32

The count of the loyalty card order

loyalty_card_background_image_name

string

The name of the image background of the loyalty card.

use_loyalty

bool

Indicates if loyalty is used or not.

gift_card_order_count

int32

The count of the gift card order.

giftCard_background_image_name

string

The name of the image background of the giftcard.

send_mail

bool

Indicates if a mail is send or not.

cc_email_adress

string

The email adress that is in cc.

language

<Language> The language for the default merchant user

display_name

string

The name of the merchant.

Close