Retrieving Existing Pricing Templates
Last updated
Last updated
To modify merchant pricing, you must first retrieve the available pricing templates from the Automated Merchant Onboarding system. These templates define different pricing structures, which can be assigned to merchants based on their business model and service requirements.
The API () enables integrators to fetch a list of available pricing templates associated with a merchant, which can be used as a base for further modifications.
This includes the following steps:
Fetch Available Pricing Templates
To retrieve the pricing templates for a specific merchant, send a GET request to the . This will return a list of all pricing templates that are currently available for the merchant.
API Endpoint: GET /api/pricing/v2/PricingPlan/{merchantNumber}/templates
Request Parameter: merchantNumber
- It identifies the merchant whose pricing templates need to be retrieved.
Understand the API Response
A successful response provides a list of available pricing templates, allowing integrators to select the most suitable plan for each merchant.