Fikäfi APIs
  1. Fikäfi APIs
Fikäfi APIs
  • Fikäfi APIs
    • Getting Started
    • Authentication
    • API Error Handling
    • APIs / Endpoints
      • Authentication API
        • token API
          POST
      • Payments APIs
        • createPayment API
          POST
        • takePaymentAction API
          POST
        • createOnlinePayment API
          POST
      • Status API
        • getPaymentStatus API
          GET
        • getPayments API
          GET
      • Your Webhooks
        • paymentEvent webhook
          POST
        • paymentDetails Webhook
          POST
    • Tutorials
      • Request Payments
      • Check Status
      • Payment Failures
  1. Fikäfi APIs

Getting Started

Fikafi logo medium.png
Welcome to the Fikäfi API Documentation
This guide provides everything you need to seamlessly integrate with Fikäfi’s platform.
From authentication to endpoint usage, you'll find detailed parameter definitions, use-case examples, and real-world implementation tips.

🔍 Overview#

The Fikäfi APIs allow you to:
Initiate and manage payment transactions
Monitor payment status in real time
Receive webhook notifications for status updates
The APIs are designed to be developer-friendly and support both sandbox (this) and production (enabled after testing) environments.

🚀 Integration Steps#

Follow these steps to get started:

1. Get API Credentials#

Get your API credentials from our team: Client ID and Secret Key.

2. Initial Testing#

Use this environment for initial testing. We will help you move to production once you’re ready.

3. Use Authentication#

All API calls must be authorized. See the Authentication for details.
Modified at 2025-06-18 13:33:26
Next
Authentication
Built with