Skip to content

Guides & tutorials

Complete walkthroughs that build the application around the API, not just the call.

A reference page tells you what an endpoint does. A guide tells you what to build around it: the order that has to survive a browser closing, the webhook handler that runs twice, the renewal job that fires at six in the morning.

Every guide here assumes you can already make an API call. If you cannot yet, start with the payments quickstart, which takes a single payment from creation to a verified webhook in four steps.

Where to start

Follow this order if you are building from nothing. Each guide leans on the one before it.

OrderGuideLevelWhat you get out of it
1Accept a paymentBeginnerAn order that is fulfilled exactly once, whatever the customer does
2Mobile Money checkoutBeginnerThe handling for a payment a human confirms on a handset
3Integrate with ReactIntermediateA frontend that never touches your secret key
4Handle refundsIntermediateA support flow that can give money back safely
5Recurring billingIntermediateSubscriptions, renewals and dunning built on plain payments
6Go liveAdvancedThe checklist before you switch to production keys

All guides

Recipes are the other half

A guide explains a problem. A recipe is one finished implementation in one stack, ready to copy. When a guide tells you what the return page must check, the recipe shows you that page written in Next.js or Laravel.

Keep Konsole open while you follow a guide

Konsole shows every request going out and every webhook coming back, in real time. Most of the debugging these guides warn you about turns into a ten second read there.

What did you think of this content?