Modifying Pricing Fees & Completing Merchant Application Record
Once you have selected a pricing template, you can apply and modify the pricing fees before finalizing the merchant application. Use the Create a Merchant endpoint to:
Assign a pricing plan to the merchant.
Modify the pricing fees under the selected plan.
Complete the merchant application process with the required pricing details.
Adjusting pricing at this stage ensures that each merchant receives a tailored pricing structure that aligns with their business requirements.
This includes the following steps:
Submit Merchant Pricing Details
To onboard a merchant and apply pricing fees, send a POST request with the pricing details.
API Endpoint:
POST /api/launchIntegratorSetup/v1.0/integrateMerchant/{hierarchyNodeKey}
Path Parameter:
hierarchyNodeKey
- It identifies the hierarchy level under which the merchant is being onboarded.
Understand the API Response
A successful response confirms that the pricing plan has been applied and returns the merchant’s pricing details.
After the successful modification of the pricing plan, the merchant application record is updated, and the new pricing structure is applied automatically. This ensures that merchants receive the correct pricing without requiring manual intervention.
Last updated