Get store profile
Returns the public profile of the store associated with the API key. Use this to populate storefront headers, footers, and checkout pages with the store’s name, logo, currency, and tax/delivery configuration.
Authorizations
Authenticate using a Leyyow merchant API key.
Include the key in every request as a Bearer token:
Keys are scoped to a single store. All endpoints return data belonging to the store that issued the key — there is no X-Store-Id override.
Keys are created in the Leyyow merchant dashboard under Settings → Developer → API Keys.
Response
Store profile.
Enable courier/delivery services for this store
Enable manual delivery options for this store
Enable express delivery options for this store
Enable VAT collection for orders placed in this store
Tax rate applied when tax collection is enabled (e.g. 0.075 for 7.5%)
^-?\d{0,1}(?:\.\d{0,4})?$If enabled, tax is included in product prices. If disabled, tax is added at checkout.
HTTPS URL customers are redirected to after Paystack checkout (public API).