Cookbook
Production-ready code patterns and integration recipes for common Wajub use cases — full-stack examples you can copy and adapt.
4 min read
The Wajub Cookbook is a collection of end-to-end integration recipes. Each recipe is a complete, tested code example you can drop into your project and adapt. They cover the full stack — backend API calls, webhook handling, frontend UI, and deployment notes.
Recipes
Related pages
Next.js Checkout FlowFull checkout page with Next.js App Router, server actions, and hosted payment page.Laravel Subscription BillingRecurring billing with Laravel — plans, invoices, webhooks, and customer portal.Express.js Webhook HandlerRobust webhook receiver with signature verification, idempotency, and retry handling.Django MarketplaceMulti-vendor marketplace with Sync, split payments, and automatic payouts.React Native Mobile MoneyMobile Money checkout in React Native with in-app browser and deep linking.
Have a recipe to share?
We welcome community contributions. Open a PR on GitHub with your recipe — if it's a common pattern, we'll review and include it.