Usage Guide
This guide will help you understand how to use Payman in your project and integrate with specific gateways.
Supported Gateways
Each gateway comes with its own usage guide and example code. Click on the links below to view detailed documentation:
Common Workflow
Regardless of the gateway, the typical payment flow includes:
- Creating a payment request
- Redirecting the user to the payment gateway
- Handling the callback
- Verifying the payment
Payman standardizes this flow across all gateways, so once you're familiar with one, switching to another is easy.
For advanced usage or contributing custom gateways, see the API Reference.