GET
/
merchant
/
info
Merchant Details
curl --request GET \
  --url https://nini.monieswitch.com/merchant/info \
  --header 'Authorization: <authorization>'
{
  "id": "5a17ee4f-e846-41d8-af13-b3a99ab4f27e",
  "logo": "https://d180hr20lfxm9g.cloudfront.net/KjYCftkhyDoa7Bhl3m7aWsAP8_Background",
  "email": "[email protected]",
  "status": "ACTIVE",
  "phoneNumber": null,
  "businessName": "Jane Doe",
  "sandboxWebhookURL": "https://webhook.site/fec45fa6-7859-4faf-93ac-0b11517c2410",
  "productionWebhookURL": "https://webhook.site/fec45fa6-7859-4faf-93ac-0b11517c2410",
  "isConsentFormApproved": null,
  "reviewStatus": "ACCEPTED",
  "createdAt": "2023-12-02T15:21:02.506Z",
  "mode": "SANDBOX"
}

Headers

Authorization
string
required

Set value to 'Bearer {{MERCHANT_SECRET_KEY}}'

Response

200 - application/json

Merchant Details

The response is of type object.