GeniusPay

API Tester

Paiements, Payouts & Abonnements

⚙️ Configuration API

Utilisée comme Bearer Token Authorization

POST Créer un paiement

L'API détectera le meilleur gateway selon le numéro du client.

Laissez vide pour l'auto-détection via le numéro.

URLs de redirection

Si vides, URLs par défaut de ce playground.

Métadonnées personnalisées

Format JSON. Ex: {"key": "value"}

GET Lister / Filtrer

POST Initier un Payout (Mobile Money)

🚀 PawaPay Integration Active: Support de 12+ pays africains avec auto-détection du provider

Voir mes wallets

💡 Laissez vide pour auto-détection via PawaPay predict-provider API

Formats supportés: CI (225), SN (221), BEN (229), CMR (237), KEN (254), RWA (250)...

GET Lister

POST Créer un Abonnement

GET Gérer

Rechercher / Annuler

Réponse API

Action: get_account

HTTP 401

Réponse JSON

{
    "success": false,
    "error": {
        "code": "INVALID_API_KEY",
        "message": "The provided API key is invalid."
    }
}