Demo Shop

A simple page integrated with the Tiguleni payment backbone.
Click Pay Now to start a real PayChangu checkout.

📦

Demo Product

Sample item used to test the payment flow end-to-end.

MWK 500

Checkout

Minimum usually 100 MWK depending on PayChangu settings.

You will be redirected to PayChangu’s secure checkout page.

How this page is integrated

  1. User fills the form and clicks Pay Now.
  2. This server sends POST /api/initiate with the site’s X-API-Key.
  3. The backbone talks to PayChangu and returns a checkout_url.
  4. User is redirected to PayChangu, pays, then returns to the success page.
  5. Webhook updates the transaction status automatically.

Source: templates/demo_shop.html + route /demo/pay in app.py

Full Integration Guide Admin Dashboard