v1

latestOpenAPI 3.0.3Moneris2026-07-2454487645.8 KB
Products

List Recommended Products

Get recommender products to fetch multiple items related to a client

post/onboarding/product-recommendations

Request body

partnerNamestring nullable

The name of the partner that referred the lead to the business.

annualVolumeinteger required

The annual volume of transactions processed by the business.

hasMajorityOwnershipboolean required

A boolean value indicating whether the business has majority ownership.

hasExistingRelationshipboolean required

A boolean value indicating whether the business has an existing relationship with the service provider.

hasMultipleLocationsboolean required

A boolean value indicating whether the business has multiple locations.

locationProvincestring iso-3166-2 required

Province or state ISO 3166-2 code

merchantCategoryCodestring required

A four-digit code that classifies the type of business or service provided by the merchant, based on standard industry categories.

solutionIdinteger

A unique identifier for the solutions object.

isAllowedToSellboolean

A boolean value indicating whether the business is allowed to sell the solution.

isOnlineboolean

A boolean value indicating whether the solution is available for online transactions.

isInstoreboolean

A boolean value indicating whether the solution is available for in-store transactions.

directSellingPercentagenumber

The percentage of transactions processed through direct selling.

motoTransactionPercentagenumber

The percentage of transactions processed through mail order / telephone order.

ecommerceTransactionPercentagenumber

The percentage of transactions processed through e-commerce.

Example request

{
  "locationProvince": "ON",
  "merchantCategoryCode": "0742",
  "solutionId": 1,
  "directSellingPercentage": 90.5,
  "motoTransactionPercentage": 90.5,
  "ecommerceTransactionPercentage": 90.5
}

Response

Successful response corresponding to the provided payload

allowToSellboolean

A boolean value indicating whether the business is allowed to sell the solution.