Merchant Info
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
▾
/v3/partner/merchant/{merchantId}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
Merchant details
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"
Settlement details
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: ""
Scope of business activities
Example: ""
Source of the merchant's funds
Example: ""
Origin/channel of the merchant's customers
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: "Malaysia"
Whether settlement address matches business address
Example: false
Settlement'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: ""
List of directors/shareholders submitted for KYC inspection
Full name
Example: "John Doe"
Email address
Example: ""
Position/role in the company
Example: ""
Contact country code
Example: ""
Contact phone number
Example: ""
Gender
Example: "MALE"
Date of birth
Example: "2000-03-22T16:00:00Z"
Nationality
Example: "MALAYSIAN"
ID type
Example: "IC"
ID number
Example: "000322041234"
Inspection start date time
Example: ""
Inspection end date time
Example: ""
Settlement status ("REVIEWING", "ACTIVE")
Example: "REVIEWING"
Uploaded document URLs
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: ""
Certificate of registration file URL
Example: ""
Meeting minutes file URL
Example: ""
Organization chart file URL
Example: ""
Uploaded document file details
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
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
Payment subscription plan
Example: ""
Agent commission rate
Example: 0
Creation timestamp
Example: "2021-08-18T04:03:15Z"
Last update timestamp
Example: "2021-08-18T04:03:15Z"
Tax registration details
Tax identification number
Example: ""
SST registration number
Example: ""
Tourism tax registration number
Example: ""
Malaysia Standard Industrial Classification code
Example: ""
Whether tax info has been submitted
Example: false
Email addresses that receive settlement notifications
Example: []
"SUCCESS" if the request succeeded. Otherwise returns an error code.
Example: "SUCCESS"