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"
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"
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: ""
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"