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