Link — Payment Links
Create shareable payment links without writing a single line of code — ideal for social media, WhatsApp, and one-off invoices.
Link lets you collect payments without integration: create a link, share it, get paid. Each link opens a payment page hosted by Wajub, optimized for Mobile Money.
When to use Link
- Sell a single product on WhatsApp, Instagram, or TikTok without an online store.
- Sell tickets to an event.
- Run a fundraising or donation campaign.
Create a link in 30 seconds
From the Dashboard, Links → New link: pick a type (product, event, fundraising, or
donation), fill in the fields for that type, and get a short URL like
pay.wajub.com/q/cafe-amina.
https://pay.wajub.com/q/cafe-aminaVia API (optional, live only)
Links can also be created via API to automate them.
https://api.wajub.com/linkscurl https://api.wajub.com/links \
-H "Authorization: sk.xxxx" \
-d '{
"type": "product",
"title": "Café Amina",
"price": 1500,
"currency": "XAF",
"cta_type": "buy_now"
}'{
"status": "Created",
"code": 201,
"link": { "id": "lnk_01JXXXXXXXXXXXXX", "type": "product", "title": "Café Amina", "url": "https://pay.wajub.com/q/cafe-amina", "price": 1500, "currency": "XAF", "is_archived": false }
}type is required and one of product, event, fundraising, donation — each has its own
required fields (price for product; event_start_date/event_location/event_timezone for
event; target_amount for fundraising). cta_type is required: buy_now, pay, donate,
register, or custom.
Customize the appearance (Customization) then track your conversions (Tracking).