From 2cec0dcc595093d23fbe9b604e81c98dbde9a181 Mon Sep 17 00:00:00 2001 From: alamin Date: Sat, 27 Sep 2025 09:33:23 +0000 Subject: [PATCH] Upload files to 'ui' --- ui/pipprapay.tpl | 78 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 78 insertions(+) create mode 100644 ui/pipprapay.tpl diff --git a/ui/pipprapay.tpl b/ui/pipprapay.tpl new file mode 100644 index 0000000..23e7fc0 --- /dev/null +++ b/ui/pipprapay.tpl @@ -0,0 +1,78 @@ +{include file="sections/header.tpl"} + +
+
+
+
+
PippraPay Settings
+
+
+ +
+ + Your PippraPay API Key +
+
+
+ +
+ + PippraPay API Base URL +
+
+
+ +
+ + Set this URL in your PippraPay dashboard +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+
+ + {$_L['Cancel']} +
+
+ +
+

Configuration Instructions

+
    +
  1. Get your API key from PippraPay dashboard
  2. +
  3. Set the callback URL in your PippraPay dashboard to: {$_url}callback/pipprapay
  4. +
  5. Save the settings
  6. +
  7. Test the payment gateway
  8. +
+
+ +
+

Important Notes

+
    +
  • Ensure your server can connect to https://pay.wifibills.com
  • +
  • Amounts are automatically converted to kobo (×100) for NGN currency
  • +
  • Set up Telegram notifications to receive payment alerts
  • +
+
+
+
+
+
+
+ +{include file="sections/footer.tpl"} \ No newline at end of file