Spun up a site with Claude, but don't know where to send the payments? Plug in the AroundU APIs for collecting payments, refunds, attendee management and everything in between — and go live this week.
Create payment links and collect UPI and card payments in a single API call. No gateway to set up, no PCI headache.
Issue full or partial refunds programmatically, with status and reconciliation handled for you.
Register attendees, manage approvals and capacity, and pull the full guest list — all from your own app.
Fire confirmations, reminders and blasts on WhatsApp automatically when a payment or booking comes through.
Every paid booking gets a QR ticket. Validate entries at the door with the check-in endpoints.
Customer profiles, repeat-attendance and source attribution — the intelligence layer, exposed as clean APIs.
Payments. WhatsApp. QR. CRM. Analytics. Customer Intelligence. APIs. Plug the operating layer into whatever you've already shipped, and go live this week.
$ curl -X POST https://api.aroundu.in/v1/payment-links \ -H "Authorization: Bearer sk_live_…" \ -d '{ "plan_id": "pl_92f", "amount": 300 }' { "payment_url": "https://aroundu.in/p/aX9", "whatsapp_sent": true, "ticket": "auto_on_payment", "qr": "auto_on_payment" }