Skip to main content
GET
Error

Authorizations

Authorization
string
header
required

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.

uid
string<uuid>
required
read-only
name
string
required
read-only
slug
string
required
read-only
logo
string<uri> | null
required
read-only
address
string | null
required
read-only
country
string | null
required
read-only
currency
string | null
required
read-only
support_email
string<email> | null
required
read-only
support_phone
string | null
required
read-only
delivery_enabled
boolean
required
read-only

Enable courier/delivery services for this store

manual_delivery_enabled
boolean
required
read-only

Enable manual delivery options for this store

express_delivery_enabled
boolean
required
read-only

Enable express delivery options for this store

tax_collection_enabled
boolean
required
read-only

Enable VAT collection for orders placed in this store

tax_rate
string<decimal>
required
read-only

Tax rate applied when tax collection is enabled (e.g. 0.075 for 7.5%)

Pattern: ^-?\d{0,1}(?:\.\d{0,4})?$
add_tax_to_product_price
boolean
required
read-only

If enabled, tax is included in product prices. If disabled, tax is added at checkout.

checkout_return_url
string<uri> | null
required
read-only

HTTPS URL customers are redirected to after Paystack checkout (public API).