Using Default Pricing

Hosted Merchant Onboarding supports a default pricing configuration that simplifies merchant setup and reduces integration effort. When you use default pricing, the system automatically applies to the pricing plan already assigned to your partner hierarchy.

This approach requires no additional pricing configuration and works best for fast, low-touch merchant onboarding.

Default Pricing (Zero Setup)

Default pricing streamlines implementation by eliminating the need to build, select, or manage pricing templates. Because the pricing structure is preconfigured at the hierarchy level, each merchant automatically inherits the same pricing during enrollment. This option is recommended when you do not require merchant-specific rate customization at the time of application.

1

Collect Required Merchant Information

To onboard a merchant using default pricing, first collect the required merchant information, including:

  • Doing Business As (DBA) Name

  • Email Address

  • Merchant Category Code (MCC)

2

Trigger the Application Creation Endpoint

Next, trigger the application creation request from your website. Create a form or button that captures the required merchant details and submits a single POST request to the Hosted Merchant Onboarding API. This request initializes the onboarding application using the default pricing plan associated with your hierarchy.

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

Redirect the Merchant

The API response returns an applicationURL. Use this URL to redirect the merchant directly to the Hosted Merchant Onboarding application. In addition, Xplor Pay automatically sends a welcome email to the merchant that includes the same application link, so you do not need to send the link manually.

4

Merchant Completes the Application

The merchant completes the onboarding application by reviewing the provided information and electronically signing the required documents. No additional pricing steps are required, as the system automatically assigns the default pricing plan during enrollment.

Application links remain valid for 30 days. If a link expires, submit a new onboarding request to generate a new application URL.

Last updated

Was this helpful?