Embedded Checkout

Get Merchant

Get merchant credentials by merchant API key.

get/api/v1/embedded/merchant

Query parameters

merchant_api_keystring required

Response

Successful Response

statusinteger required

Response code, 0 means success

messagestring required

Response message

merchant_namestring

Name of the merchant

api_base_urlstring

Merchant API base URL

Example response

{
  "message": "Success",
  "merchant_name": "My Store",
  "api_base_url": "http://localhost:8081/api/v1",
  "merchant_config": {
    "api_base_url": "https://api.jetcheckout.com/api/v1",
    "mode": "test"
  }
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.