Payin API

Integrate a unified, highly secure payment gateway to accept mobile money across Burkina Faso, Benin, and beyond. Designed for maximum conversion rates and built with developer experience in mind.

Read the Docs

Features

  • Unified integration for Orange, Moov, MTN, and Sank
  • Real-time webhooks for transaction status
  • Bank-grade encryption and secure tokenization

Use Cases

E-commerce Checkout

Let customers pay directly from their mobile wallets during online checkout.

Subscription Billing

Automate recurring payments for digital services.

Quick Start: Initialize Checkout

Get up and running in minutes with your preferred language.

POST /v1/payment/checkouts/initialize/
curl --location 'https://api.senfenico.com/v1/payment/checkouts/initialize/' \
--header 'Content-Type: application/json' \
--header 'Accept: application/json' \
--header 'X-API-KEY: sk_test_...' \
--data '{
    "email": "customer@mail.com",
    "amount": 600,
    "success_url": "https://example.com/sucess",
    "cancel_url": "https://example.com/cancel"
}'