πStep 3 - Make Your First API Call
curl -X POST 'https://live.linkuppay.com/create-transaction' \
-H 'Content-Type: application/json' \
-H 'api-key: your_api_key_here' \
-d '{
"phone": "1234567890",
"amount": 100,
"currency": "USD"
}'Last updated