Create and add a shop, with its associated contract, to an existing merchant
POST /merchants/{merchantId}/shops
application/json
NL
BE
DE
AT
CH
SE
DK
FI
NO
Sbi
Mcc
Sic
{
"name": "Example Shop B",
"url": "https://www.exampleshop-b.at",
"marketCountry": "AT",
"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.at"
},
"customerservicePhoneNumber": "+4930936681945",
"customerserviceEmailAddress": "customer.service@exampleshop-b.at",
"contract": {
"partnerReference": "C1774334146",
"iban": null,
"agreementId": 32
}
}
{
"shopId": "RTY123459355"
}