Accept payments, issue virtual cards, top-up airtime and pay bills across Africa β all through one clean API.
// Initialize a payment
curl -X POST https://tayaribykmg.com/api/v1 \
-H "Authorization: Bearer sk_test_..." \
-d '{"amount":25,"currency":"USD"}'
// Response
{ "status": "success",
"payment_url": "https://..." }
Create your VitalPay developer account β free, no credit card required.