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
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.