Move money at dragon speed
Modern payments for global products.
PayGon gives you a single, modern API to accept cards, wallets and bank transfers, then route payouts to merchants, partners, and suppliers across multiple countries – safely, quickly and transparently.
PayGon is in private beta. We’re onboarding a small group of payment-focused teams.
Create a charge
POST /v1/charges
# Create a payment with PayGon
curl "https://api.paygon.africa/v1/charges"\ -H "Authorization: Bearer YOUR_SECRET_KEY"\ -H "Content-Type: application/json"\ -d '{ "amount": 12500, "currency": "NGN", "source": "tok_visa", "description": "Monthly subscription", "metadata": { "customer_id": "cus_12345", "plan": "growth" } }'
