v1

latestOpenAPI 3.0.3Moneris2026-07-2454487645.8 KB
Merchant Onboarding

Get the details of a Merchant

Get merchant details by ID

get/onboarding/merchants/{merchant-id}

Response

Successful response corresponding to the provided merchant id parameter

merchantIdstring required

Thirteen character long identification provided to merchants by Moneris.

chainIdstring nullable

A unique identifier assigned to a specific organizational chain.

createdAtstring date-time nullable

Time at which the object was created

modifiedAtstring date-time nullable

Time at which the object was modified

Example response

{
  "merchantId": "0123456789101",
  "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+"
  },
  "pointOfSaleOptions": {
    "settlementTime": "18:10:00",
    "debitPerTransactionRefundLimit": {
      "amount": 16000,
      "currency": "CAD"
    },
    "dailyRefundLimit": {
      "amount": 16000,
      "currency": "CAD"
    },
    "dailyCancellationLimit": {
      "amount": 16000,
      "currency": "CAD"
    }
  },
  "bankingDetails": {
    "creditDepositAccount": {
      "currency": "CAD"
    },
    "additionalBankingAccounts": [
      {
        "currency": "CAD"
      }
    ]
  },
  "chainId": "0030400001622",
  "createdAt": "2019-07-30T06:43:40.252Z",
  "modifiedAt": "2019-07-30T06:43:40.252Z"
}