Logo

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

  1. Check Balance: Before making any purchase, ensure your wallet has sufficient funds.
  2. Fetch Pricing: Use the pricing endpoints to get the current rates and the required service_id.
  3. Validation: For Cable TV or Electricity, always run the verify endpoint first to confirm the customer's identity.
  4. Execute Purchase: Send a POST request to the desired service endpoint.
  5. Webhook Notification: If you've configured a webhook, you'll receive a real-time notification upon success.

© 2026 FranceVerified API. All rights reserved.