Get Merchant Profile
Retrieve the authenticated merchant's full profile — company details, address, status, and partner flags.
When to Use
▾
Use this endpoint when you:
- Display merchant info in a dashboard
- Need to verify the merchant's verification or active status
- Check
isPartner/isMasterMerchantflags
How to Use
▾
Request Parameters
▾
No request body. Authenticated headers only.
Response Parameters
▾
Object of item details.
Merchant ID
Example: "6170506694335521334"
Company name of merchant
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 to show merchant's logo
Example: "https://storage.googleapis.com/rm-dev-asset/img/merchant.png"
Registration number of merchant
Example: “12344”
Business category of merchant
Example: "SOFTWARE AND IT"
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 merchant
Example: "2018-03-26T04:50:57Z"
Country code of merchant contact number
Example: "60"
Phone number of merchant
Example: "377334080"
Address 1 of merchant
Example: "20, JALAN JASA 38, TAMAN MUTIARA RINI"
Address 2 of merchant
Example: ""
Postcode of merchant
Example: “81300”
City of merchant
Example: "Selangor"
State of merchant
Example: "Selangor"
Country of merchant
Example: "Malaysia"
Object of Invoice Address
Address 1 of merchant
Example: "20, JALAN JASA 38, TAMAN MUTIARA RINI"
Address 2 of merchant
Example: ""
Postcode of merchant
Example: “81300”
City of merchant
Example: "Selangor"
State of merchant
Example: "Selangor"
Country of merchant
Example: "Malaysia"
Merchant active or deactivated status
Example: true
Current status of merchant
Example: “REVIEWING”
Master Merchant flag
Example: true
Master Merchant ID, if any
Example: "2301663653361832803"
Partner Merchant flag
Example: true
Partner Merchant ID, if any
Example: "2301663653361832803"
GST No, if any
Example: ""
Extra merchant business info
Whether merchant is a third-party acquirer
Example: false
Payment status flag
Example: "SUSPENDED"
Finance contact list
Contact info list (null if not set)
Store business hours, one entry per day
Day of week (0 = Sunday)
Example: 0
Opening time (HH:mm)
Example: "09:00"
Closing time (HH:mm)
Example: "18:00"
Merchant's assigned RM business team contacts
Contact name
Example: "Tan Li Ho"
Contact role (e.g. "SUPPORT", "BD")
Example: "SUPPORT"
Contact email
Example: "[email protected]"
Contact country code
Example: ""
Contact phone number
Example: ""
Marketing asset URLs
Checkout page footer logo URL
Example: ""
Payment subscription plan
Example: "BOTH"
Subscription flags
Offline e-wallet terminal enabled
Example: true
Offline credit card terminal enabled
Example: true
Online credit card enabled
Example: true
Countries whitelisted for online credit card payment
Partial refund enabled
Example: true
SMS Open API enabled
Example: true
Recurring payments enabled
Example: true
Tokenized payments enabled
Example: true
Merchant wallet enabled
Example: true
VOP API enabled
Example: true
Channel through which the merchant registered
Example: ""
Merchant settlement strategy
Settlement strategy identifier
Example: ""
Creation date time of merchant
Example: "2018-02-12T08:53:13Z"
Last update date time of merchant
Example: "2018-02-12T08:53:13Z"
`"SUCCESS"` if the call succeeded. Otherwise returns an error code. See [Error Codes](../../error-codes).
Example: "SUCCESS"