Api ReferenceIntroduction

Introduction

  1. REST API
    Fiablepay’s API follows a simple system for handling requests and responses.

  2. Clear URLs
    The API provides easy-to-understand URLs for different actions.

  3. Form-Encoded Requests
    You send data in a simple, form-like format.

  4. JSON Responses
    The API responds with easy-to-read JSON data.

  5. Modes

    • Test Mode: Test without affecting real payments.
    • Live Mode: Use for actual transactions.
  6. API Key
    Your API key defines whether you are in test mode or live mode.