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.
The Hosted Merchant Onboarding Setup API is a one-time request API. Ensure all required fields submitted together with a single request.
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]"
}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.
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.
If you require customized fee structures or need to apply pricing templates, see Using Custom Pricing.
Last updated
Was this helpful?


