Merchants Info
Retrieve a list of all merchants under your Partner account. This endpoint returns merchant details including registration status, company information, and subscription settings.
When to Use
▾
Use this endpoint when you:
- Need to view all merchants in your partner account
- Want to check merchant status or details
- Need to display merchant list in your dashboard
This endpoint is for merchants with a Partner account. To activate a Partner account, contact us.
How to Use
▾
/v3/partner/merchantsStep 1: Authenticate Your Request
▾
Include your Authorization header with the Bearer token obtained from the Client Credentials flow.
Step 2: Make the GET Request
▾
Send a GET request to the endpoint. No request body is required.
Step 3: Review the Response
▾
The response contains an items array with all your merchants. Check the status field to see each merchant's current state.
Request Parameters
▾
This is a GET request with no parameters.
Response Parameters
▾
Array of merchant objects
Unique merchant ID
Example: "6170506694335521334"
Registered company name
Example: "REVENUE MONSTER"
Brand name if different from company
Example: ""
Short name / alias for the merchant
Example: ""
Type of company incorporation
Example: "SOLE PROPRIETOR"
Public URL for company logo
Example: "https://storage.googleapis.com/rm-sandbox-asset/img/merchant.png"
Company registration number
Example: ""
Business category
Example: ""
Scope of business activities
Example: ""
Source of the merchant's funds
Example: ""
Origin/channel of the merchant's customers
Example: ""
Merchant's website URL
Example: ""
Established date time of the company
Example: "0001-01-01T00:00:00Z"
Country code for contact
Example: "60"
Contact phone number
Example: "377334080"
Street address line 1
Example: ""
Street address line 2
Example: ""
Postal/ZIP code
Example: ""
City
Example: ""
State/Province
Example: ""
Country
Example: ""
Merchant's invoice/billing address
Invoice address line 1
Example: ""
Invoice address line 2
Example: ""
Invoice address postcode
Example: ""
Invoice address city
Example: ""
Invoice address state
Example: ""
Invoice address country
Example: ""
Whether the merchant account is active
Example: true
Current status ("REVIEWING", "UNVERIFIED", "ACTIVE")
Example: "REVIEWING"
Whether this merchant is a master merchant
Example: false
Master merchant ID, if any
Example: ""
Whether this is a partner merchant
Example: true
Partner ID if applicable
Example: ""
GST registration number
Example: ""
Payment subscription plan
Example: ""
Subscription flags
Offline e-wallet terminal enabled
Example: false
Offline credit card terminal enabled
Example: false
Online credit card enabled
Example: false
Countries whitelisted for online credit card payment
Example: []
Partial refund enabled
Example: false
SMS Open API enabled
Example: false
Recurring payments enabled
Example: false
Tokenized payments enabled
Example: false
Merchant wallet enabled
Example: false
VOP API enabled
Example: false
How the merchant was registered
Example: "OPEN_API"
Account creation timestamp
Example: "2021-08-18T03:47:28Z"
Last update timestamp
Example: "2021-08-18T03:47:28Z"
"SUCCESS" if the request succeeded. Otherwise returns an error code.
Example: "SUCCESS"
Pagination metadata (empty if no pagination)
Example: {}