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
{
"url": "https://www.exampleshop-b.at",
"name": "Example Shop B",
"contract": {
"iban": null,
"agreementId": 32,
"partnerReference": "C1774334146"
},
"fraudContact": {
"email": "jeff.doe@examplemerchant-a.at",
"lastName": "Doe",
"firstName": "Jeff",
"phoneNumber": "+4930936681944"
},
"industryCode": "5691",
"isMarketplace": false,
"marketCountry": "AT",
"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@exampleshop-b.at"
}
{
"shopId": "RTY123459355"
}