Get Account Info
Account
Get Account Info
Retrieve merchant account details from an API key.
GET
Get Account Info
Documentation Index
Fetch the complete documentation index at: https://docs.khaime.com/llms.txt
Use this file to discover all available pages before exploring further.
Get Account Info
Returns the merchant’s account details associated with the API key. Used by integrations (e.g. the WooCommerce plugin) to auto-detect the merchant ID and baseline currency.Request
No body required. Authentication is via theX-API-Key header.
Response
| Field | Type | Description |
|---|---|---|
merchant_id | number | The numeric merchant ID for this account |
baseline_currency | string | The store’s base pricing currency (e.g. USD, NGN) |
