Developer documentation
Everything you need to integrate Sellra in minutes.
Create a checkout in one call
Accept M-Pesa and cards with a single API request.
const session = await sellra.checkout.create({ product: "prod_pro_monthly", currency: "KES", payment_methods: ["mpesa", "card"], success_url: "https://app.acme.io/done"})