Merchant Detail

GET https://tokoapi-stg.netzme.com/api/aggregator/merchant/qr/merchant_detail

This endpoint allows you to get merchant information detail, like merchant id, merchant name, and qr static.

Query Parameters

NameTypeDescription

phoneNo*

string

phone number merchant, using prefix 08xxxxxxxx example : 082234520249

Headers

NameTypeDescription

Signature*

string

See Authentication Page

Client-Id*

string

See Authentication Page

Authorization*

string

See Authentication Page

Request-Time*

string

See Authentication Page

Content-Type*

string

application/json

{
    "requestId": "65cf09b1-c410-4a50-adfd-0c9cebe46781",
    "status": 100,
    "statusMessage": "success",
    "body": {
        "userId": "M_czBSCDVY",
        "aggregatorId": "aggregator-1",
        "phoneNo": "+6285600070411",
        "merchantName": "Mangga 113",
        "qrStatic": "http://res.cloudinary.com/netzme/image/authenticated/s--oA1Tmh00--/v1581327803/qr_code/QR_STATIC_M_Txlj1kXG.png"
    }
}

Last updated