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
You will be redirected to PayChangu’s secure checkout page.
How this page is integrated
- User fills the form and clicks Pay Now.
- This server sends
POST /api/initiatewith the site’sX-API-Key. - The backbone talks to PayChangu and returns a
checkout_url. - User is redirected to PayChangu, pays, then returns to the success page.
- Webhook updates the transaction status automatically.
Source: templates/demo_shop.html + route /demo/pay in app.py