v1.0.0
OAS 3.1.0
Befazzstore API
Welcome to the Befazzstore API โ a digital product transaction API designed for seamless top-ups, product listings, and account balance management.
๐ Authentication
All endpoints require an API key via both of the following headers:
--header 'Authorization: Bearer YOUR_SECRET_TOKEN'
--header 'X-API-KEY: YOUR_API_KEY'
๐งช Sandbox Mode
You can simulate transactions using sandbox mode. Use either:
X-ENVIRONMENT: sandbox
header- or query param
?mode=sandbox
No saldo will be deducted in sandbox mode.
Client Libraries