Merchant Onboarding
Update Merchant
Update merchant based on the supplied payload.
put/onboarding/merchants/{merchant-id}
Request body
Example request
{
"chainId": "0030400001622",
"bankingDetails": {
"creditDepositAccount": {
"currency": "CAD"
},
"additionalBankingAccounts": [
{
"currency": "CAD"
}
]
},
"pointOfSaleOptions": {
"settlementTime": "18:10:00",
"debitPerTransactionRefundLimit": {
"amount": 16000,
"currency": "CAD"
},
"dailyRefundLimit": {
"amount": 16000,
"currency": "CAD"
},
"dailyCancellationLimit": {
"amount": 16000,
"currency": "CAD"
}
},
"businessDetails": {
"merchantCategoryCode": "0742",
"directSellingPercentage": 90.5,
"motoTransactionPercentage": 90.5,
"ecommerceTransactionPercentage": 90.5,
"businessUrl": "www.abc.com",
"serviceProvider": "moneris.com",
"visaDebitTransactionVolume": 42,
"amexTransactionVolume": 1000,
"interacTransactionVolume": 1000,
"masterCardDebitTransactionVolume": 1000,
"unionPayTransactionVolume": 1000,
"discoverTransactionVolume": 1000,
"category": "RESTAURANTS",
"offeredProductsAndServicesDescription": "food",
"riskLevel": "LOW"
},
"merchantDetails": {
"contactInformation": {
"firstName": "John",
"lastName": "Doe",
"phone": "+18663197450"
},
"merchantInformation": {
"language": "en",
"legalName": "Pizza 2 Go",
"operatingAsName": "Pizza 2 Go",
"cardholderName": "John Doe",
"customerServicePhoneNumber": "+18663197450",
"email": "moneris@moneris.com"
},
"locationAddress": {
"unitNumber": "123A",
"streetNumber": "3300",
"streetName": "Bloor Street West",
"city": "Toronto",
"province": "ON",
"postalCode": "M8X 2X2",
"country": "CA"
}
},
"securityDetails": {
"signingOfficers": [
{
"firstName": "John",
"lastName": "Doe",
"address": {
"unitNumber": "123A",
"streetNumber": "3300",
"streetName": "Bloor Street West",
"city": "Toronto",
"province": "ON",
"postalCode": "M8X 2X2",
"country": "CA"
},
"dateOfBirth": "2019-07-30",
"ownershipPercentage": 90.5,
"merchantRiskRate": "A+"
}
]
},
"riskDetails": {
"merchantRiskRate": "A+"
}
}Response
Successful response