Integration Guide
Our API is built on REST principles, returning JSON-encoded responses and using standard HTTP response codes.
1. Get Your Key
Navigate to your API Settings to generate your secret key.
2. Authenticate
Pass your key in the Authorization: Bearer {KEY} header for
every request.
Step-by-step Process
- Check Balance: Before making any purchase, ensure your wallet has sufficient funds.
- Fetch Pricing: Use the pricing endpoints to get the current rates and the
required
service_id. - Validation: For Cable TV or Electricity, always run the
verifyendpoint first to confirm the customer's identity. - Execute Purchase: Send a POST request to the desired service endpoint.
- Webhook Notification: If you've configured a webhook, you'll receive a real-time notification upon success.
© 2026 FranceVerified API. All rights reserved.