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