Skip to main content

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.

From the Dashboard

  1. Go to Payments → Payment Links
  2. Click Create payment link
  3. Set the amount, currency, and description
  4. 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