
Pay and get paid across Nepal 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": "NP",
"phone": "+977XXXXXXX",
"amount": 500,
"currency": "NPR",
"provider": "ncell"
}'