Skip to main content

Get Merchant Profile

GET/v3/merchant

To query for merchant details.

Request Parameters:

No request parameter is required for this endpoint.

Response Parameters

itemObject

Object of item details.

Example: (Refer explanantion below)

codeString

Status returned from Revenue Monster server, whether successfully called our endpoint or not.

Example: "SUCCESS"


Item Object (item):
idString

Store ID

Example: "6170506694335521334"

companyNameString

Company name of merchant

Example: "REVENUE MONSTER"

companyTypeString

Type of company incorporation

Example: "SOLE PROPRIETOR"

companyLogoUrlString

Public URL to show merchant's logo

Example: "https://storage.googleapis.com/rm-dev-asset/img/merchant.png"

registrationNumberString

Registration number of merchant

Example: “12344”

businessCategoryString

Business category of merchant

Example: "SOFTWARE AND IT"

establishedAtDateTime

Established date time of merchant

Example: "2018-03-26T04:50:57Z"

countryCodeString

Country code of merchant contact number

Example: "60"

phoneNumberString

Phone number of merchant

Example: "377334080"

addressLine1String

Address 1 of merchant

Example: "20, JALAN JASA 38, TAMAN MUTIARA RINI"

addressLine2String

Address 2 of merchant

Example: ""

postcodeString

Postcode of merchant

Example: “81300”

cityString

City of merchant

Example: "Selangor"

stateString

State of merchant

Example: "Selangor"

countryString

Country of merchant

Example: "Malaysia"

invoiceAddressObject

Object of Invoice Address

Example: (Refer below)

isActiveBoolean

Merchant active or deactivated status

Example: true

statusString

Current status of merchant

Example: “REVIEWING”

isMasterMerchantBool

Master Merchant flag

Example: true

masterMerchantIdString

Master Merchant ID, if any

Example: "2301663653361832803"

isPartnerBool

Partner Merchant flag

Example: true

partnerIdString

Partner Merchant ID, if any

Example: "2301663653361832803"

gstNoString

GST No, if any

Example: ""

createdAtDateTime

Creation date time of merchant

Example: "2018-02-12T08:53:13Z"

updatedAtDateTime

Last update date time of merchant

Example: "2018-02-12T08:53:13Z"


Invoice Address Object:
addressLine1String

Address 1 of merchant

Example: "20, JALAN JASA 38, TAMAN MUTIARA RINI"

addressLine2String

Address 2 of merchant

Example: ""

postcodeString

Postcode of merchant

Example: “81300”

cityString

City of merchant

Example: "Selangor"

stateString

State of merchant

Example: "Selangor"

countryString

Country of merchant

Example: "Malaysia"