
Pay and get paid across Congo Brazzaville with a single API
curl -X POST https://api.paykunda.com/v1/utilities/airtime \
-H "Authorization: Bearer pk_live_..." \
-H "Content-Type: application/json" \
-d '{
"country": "CG",
"phone": "+242XXXXXXX",
"amount": 1000,
"currency": "XAF",
"provider": "airtel"
}'