piprapay-integration
Installation
SKILL.md
PipraPay Integration Skill
PipraPay is a Bangladeshi payment gateway supporting bKash, Nagad, Rocket, and card payments. It works via a redirect-based checkout model: your server creates a payment session, receives a pp_url, and redirects the user there. After payment, the user is sent to your return_url and PipraPay calls your webhook_url.
Environment Setup
| Variable | Value |
|---|---|
| Sandbox base URL | https://sandbox.piprapay.com/api |
| Production base URL | https://piprapay.com/api (confirm with PipraPay docs) |
| API Key header | MHS-PIPRAPAY-API-KEY |
Always use sandbox during development. Switch the base URL and API key for production.