Merchants Info
/v3/partner/merchantsWhat is this?
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
Step 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
Example: (See merchant object below)
"SUCCESS" if the request succeeded. Otherwise returns an error code.
Example: "SUCCESS"
Pagination metadata (empty if no pagination)
Example: {}
Merchant object (items):
Unique merchant ID
Example: "6170506694335521334"
Registered company name
Example: "REVENUE MONSTER"
Brand name if different from company
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: ""
Country code for contact
Example: "60"
Contact phone number
Example: "377334080"
Street address line 1
Example: ""
City
Example: ""
State/Province
Example: ""
Postal/ZIP code
Example: ""
Country
Example: ""
Whether the merchant account is active
Example: true
Current status ("REVIEWING", "UNVERIFIED", "ACTIVE")
Example: "REVIEWING"
Whether this is a partner merchant
Example: true
Partner ID if applicable
Example: ""
GST registration number
Example: ""
Subscription flags. See subscription object below.
Example: (See below)
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"
Subscription object (items.subscription):
Offline e-wallet terminal enabled
Example: false
Offline credit card terminal enabled
Example: false
Online credit card enabled
Example: false