Payment Links
Payment Links let you accept payments without writing any code. Create a link in the dashboard and share it via SMS, email, WhatsApp, or social media.
Create a Payment Link
From the Dashboard
- Go to Payments → Payment Links
- Click Create payment link
- Set the amount, currency, and description
- Copy the generated URL and share it
Via API
curl -X POST https://api.ikawaari.com/v1/payment-links \
-H "Authorization: Bearer ik_test_your_key" \
-H "Content-Type: application/json" \
-d '{
"line_items": [
{
"name": "Consultation fee",
"amount": 25000,
"currency": "XOF",
"quantity": 1
}
],
"after_completion": {
"type": "redirect",
"redirect": {
"url": "https://yoursite.com/thank-you"
}
}
}'
Features
- Reusable — A single link can accept multiple payments
- Customizable — Add your logo, colors, and custom fields
- Multi-currency — Accept payments in any supported currency
- Mobile-optimized — Works perfectly on mobile devices
- QR Code — Auto-generated QR code for in-person payments