The Payblis API allows merchants to securely process payments on behalf of their customers. This guide outlines the essential steps to integrate with the Payblis platform and manage transactions efficiently.Documentation Index
Fetch the complete documentation index at: https://payblis.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Base URL
Production URL
Sandbox Environment
- Use for testing and development
- No real transactions processed
- Identical API structure to production
Authentication
Secure your integration using your Merchant Key and Secret Key. Keep these credentials secure and never expose them publicly.HMAC Signature All requests must be signed using HMAC-SHA256 for enhanced security. The signature is calculated using your Secret Key.

