
Connect to The Gambia's payment ecosystem with mobile money, NAWEC utilities and bank transfers.
curl -X POST https://api.paykunda.com/v1/utilities/airtime \
-H "Authorization: Bearer pk_live_your_api_key" \
-H "Content-Type: application/json" \
-d '{
"country": "GM",
"phone": "+2207654321",
"amount": 100,
"currency": "GMD",
"provider": "africell",
"reference": "txn_gambia_001"
}'
Start accepting and sending payments in minutes with our sandbox environment.
Get Started