Make Your First Request
1. Prerequisites
2. Authentication
x-api-key: YOUR_API_KEY3. Create a Payment Link
Request Example (cURL)
curl -X POST "https://api.kira-pay.com/api/link/generate" \
-H "x-api-key: <YOUR_API_KEY>" \
-H "Content-Type: application/json" \
-d '{
"currency": "USDC",
"receiver": "0x8356D265646a397b2Dacf0e05A4973E7676597f4",
"price": 10,
"name": "Rent",
"redirectUrl": "https://www.kira-pay.com"
}'Request Example (Node.js)
Success Response
Last updated
Was this helpful?