Creates a merchant with its shop and contract
POST /merchants
application/json
{
"shop": {
"url": "https://www.exampleshop-a.de",
"name": "Example Shop A",
"contract": {
"iban": null,
"agreementId": 31,
"partnerReference": "C1774334145"
},
"fraudContact": {
"email": "jeff.doe@examplemerchant-a.de",
"lastName": "Doe",
"firstName": "Jeff",
"phoneNumber": "+4930936681944"
},
"industryCode": "5691",
"isMarketplace": false,
"marketCountry": "DE",
"technicalContact": {
"email": "janet.doe@examplepartner.com",
"lastName": "Doe",
"firstName": "Janet",
"phoneNumber": "+4930936681944"
},
"averageOrderValue": 30,
"operationalContact": {
"email": "john.doe@examplepartner.com",
"lastName": "Doe",
"firstName": "John",
"phoneNumber": "+4930936681944"
},
"industryCodeStandard": "MCC",
"customerservicePhoneNumber": "+4930936681945",
"numberOfAnnualTransactions": 100000,
"customerserviceEmailAddress": "customer.service@examplemerchant-a.de"
},
"legalName": "Example Merchant A",
"vatNumber": "DE123456789",
"invoiceContact": {
"email": "jane.doe@examplepartner.com",
"lastName": "Doe",
"firstName": "Jane",
"phoneNumber": "+4930936681946"
},
"primaryContact": {
"email": "john.doe@examplepartner.com",
"lastName": "Doe",
"firstName": "John",
"phoneNumber": "+4930936681944"
},
"registeredAddress": {
"city": "Berlin",
"street": "Kurfürstendamm",
"country": "DE",
"postalCode": "10719",
"houseNumber": "1000",
"houseNumberAddition": null
},
"merchantPortalAdmin": {
"email": "jack.doe@examplemerchant-a.de",
"lastName": "Doe",
"firstName": "Jack",
"phoneNumber": "+4930936681945"
},
"courtRegistrationCity": "Berlin",
"companyRegistrationNumber": "HRA12345"
}
{
"shopId": "RTY000002249",
"merchantId": "2023036387"
}