Merchant Info
/v3/partner/merchants/{merchantID}What is this?
Retrieve detailed information about a specific merchant under your Partner account, including merchant details, settlement information, and document status.
When to Use
Use this endpoint when you:
- Need to view a specific merchant's complete details
- Want to check the merchant's settlement or document status
- Need to verify merchant information for support tickets
This endpoint is for merchants with a Partner account. To activate a Partner account, contact us.
How to Use
Step 1: Get the Merchant ID
Locate the merchantID for the merchant you want to retrieve. You can get this from the Get Merchants endpoint.
Step 2: Make the GET Request
Include the merchantID as a path parameter in the URL.
Step 3: Review the Response
The response contains merchant and settlement objects with complete details.
Request Parameters
The unique ID of the merchant to retrieve
Example: "1629258448138509563"
Response Parameters
Contains merchant and settlement objects
Example: (See below)
"SUCCESS" if the request succeeded. Otherwise returns an error code.
Example: "SUCCESS"
Merchant object (item.merchant):
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)
Account creation timestamp
Example: "2021-08-18T03:47:28Z"
Last update timestamp
Example: "2021-08-18T03:47:28Z"
Subscription object (item.merchant.subscription):
Offline e-wallet terminal enabled
Example: false
Offline credit card terminal enabled
Example: false
Online credit card enabled
Example: false
Settlement object (item.settlement):
Unique settlement ID
Example: "1629258558902992793"
Associated merchant ID
Example: "1629258448138509563"
Whether this is the default settlement account
Example: true
Company name
Example: "REVENUE MONSTER"
Type of company incorporation
Example: "SOLE PROPRIETOR"
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: "Malaysia"
Whether settlement address matches business address
Example: false
Settlement status ("REVIEWING", "ACTIVE")
Example: "REVIEWING"
Uploaded document URLs. See document object below.
Example: (See below)
Uploaded document file details. See documentFile object below.
Example: (See below)
Bank account number (masked)
Example: ""
Bank account type
Example: ""
Bank account holder name
Example: ""
Bank name
Example: ""
Bank code
Example: ""
Average transaction ticket size
Example: 0
Average monthly turnover
Example: 0
Creation timestamp
Example: "2021-08-18T04:03:15Z"
Last update timestamp
Example: "2021-08-18T04:03:15Z"
Document object (item.settlement.document):
CTOS file URL
Example: ""
Owner IC file URL
Example: ""
Director IC file URL
Example: ""
Shareholder IC file URL
Example: ""
Business registration file URL
Example: ""
Bank statement file URL
Example: ""
MOA file URL
Example: ""
Form 24 file URL
Example: ""
Form 49 file URL
Example: ""
Section 14 file URL
Example: ""
Form 44 file URL
Example: ""
Business site photo file URL
Example: ""
ESSM document file URL
Example: ""
Letter of consent file URL
Example: ""
DocumentFile object (item.settlement.documentFile):
CTOS file URL
Example: null
Owner IC file URL
Example: null
Director IC file URL
Example: null
Shareholder IC file URL
Example: null
Business registration file URL
Example: null
Bank statement file URL
Example: null
MOA file URL
Example: null
Form 24 file URL
Example: null
Form 49 file URL
Example: null
Section 14 file URL
Example: null
Form 44 file URL
Example: null
Business site photo file URL
Example: null