Quick Start

This page helps you quickly onboard merchants to Xplor Pay using the Hosted Merchant Onboarding (HMO).

About Hosted Merchant Onboarding

Xplor Pay Hosted Merchant Onboarding provides a ready-to-use onboarding process that lets merchants' complete application, upload documents, and sign agreements with minimal integration.

Prerequisites

To leverage Xplor Pay Hosted Merchant Onboarding, ensure the following prerequisites are met:

Get the sandbox URL for testing from Xplor Pay Getting Started.

Provide webhook URLs to receive onboarding status notifications.

Xplor Pay Contact to set up the default pricing and portfolio using integration settings.

1

Generate Hosted Merchant Onboarding Application URL

Add the required data to the fields before sending the API request to generate the Hosted Merchant Onboarding Application URL.

To generate the Hosted Merchant Onboarding Application URL:

  1. Use the POST method.

  2. Send a request to the Hosted Merchant Onboarding API endpoint with the required fields.

{
  "merchantInformation": {
    "dbaName": "Example-dba",
    "emailAddress": "[email protected]"
  },
  "salesProfile": {
    "MccCode": "9999"
  },
  "pendEmailAddress": "[email protected]"
}

The API returns the application URL in the applicationURL field of the response.

{
  "applicationURL": "https://boarding-sb.clearent.net/launch-integrator-setup/merchant/4c87c74b-a483-4d4f-8656-b46a59e2e3d4"
}

The URL opens the Hosted Merchant Onboarding Application page where merchants can complete their application.

2

Complete Hosted Merchant Onboarding Application

To complete the Hosted Merchant Onboarding Application:

  1. Click the URL to open the Xplor Pay Hosted Merchant Onboarding Application page.

The hosted page displays the fields.

  1. Enter the required details to the fields.

You can use the following sample data to test the application.

Name
Sample value

Federal Tax ID

99-9000004

Routing Number (ABA)

083000137

Checking Account number

123542352343

  1. Click the Submit button.

Xplor Pay validates the merchant's data before onboarding and allows the merchant to digitally sign the agreement.

3

Configure Merchant Pricing

Before pricing is configured, Xplor Pay applies default pricing to the hosted merchant onboarding application based on the partner hierarchy.

To configure pricing for the Hosted Merchant Onboarding application, see:

Last updated

Was this helpful?