Official Integration Links & Getting Started
Welcome to the Libraries & Plugins developer community! Whether you are installing a plug-and-play module for your online store or embedding our payment gateway directly into your backend code, this post contains all the official resources you need to get live.
Please use this topic to find the right repository for your stack, or reply below if you have general questions about getting your API credentials.
Official Plugins & Modules
If you are using a standard content management or billing platform, use our pre-built plugins to get started without writing custom code:
-
WordPress / WooCommerce: Pesepay Plugin
- Best for: E-commerce stores, digital downloads, and blogs.
-
WHMCS Module: Whmcs Plugin
- Best for: Web hosting providers, automated billing, and subscription management.
Developer SDKs & Libraries
Building something custom? Use our official language wrappers to handle payload serialization, signing, and API communication cleanly:
-
Java Library: https://github.com/codevirtus/pesepay-java
Quick Start: Moving from Sandbox to Production
-
Get your Keys: Log into your Pesepay Merchant Dashboard and navigate to the Integration settings to grab your
Integration KeyandEncryption Key. -
Test First: Always use the sandbox environment toggle during development to simulate successful and failed transactions safely.
-
Secure your Webhooks: Ensure your server endpoints are configured to listen for payment notifications so your system can update order statuses automatically.
Need Help?
If you run into an issue or find a bug in one of our libraries, create a new topic in this category! Make sure to tag it with your specific technology (e.g., #wordpress, #java) so our engineering team and community members can assist you quickly.
Happy coding!