Supported Payment Gateways
Ecom supports a wide range of payment gateways to accommodate customers worldwide. All payment integrations follow a consistent pattern and support multiple payment types:- Cart payment
- Wallet recharge
- Customer package purchase
- Seller package purchase
Available Gateways
Stripe
International credit/debit card processing
PayPal
Global payment processing platform
Razorpay
Indian payment gateway
SSLCommerz
Bangladesh payment gateway
Paystack
African payment gateway
Other Gateways
Instamojo, Authorize.net, and more
Payment Flow Architecture
All payment controllers in Ecom follow this standardized flow:1. Payment Initiation
Payments are initiated from the checkout process with session data:2. Payment Processing
Each gateway controller implements these key methods:pay()- Initiates payment with gatewaysuccess()- Handles successful payment callbackcancel()/fail()- Handles payment cancellation/failure
3. Payment Completion
After successful payment, the appropriate controller method is called:Common Environment Variables
Most payment gateways require API credentials in.env:
Payment Types Supported
Cart Payment
Standard checkout payment for product orders:Wallet Payment
Customer wallet recharge:Package Payments
Customer or seller package purchases:Security Best Practices
Testing Payment Integrations
Sandbox Mode
Most gateways provide sandbox environments:Test Cards
Use gateway-provided test cards in sandbox mode:- Stripe:
4242 4242 4242 4242 - Razorpay: Any valid card number in test mode
- PayPal: Use sandbox account credentials
Gateway Comparison
| Gateway | Regions | Currencies | Settlement Time | Fees |
|---|---|---|---|---|
| Stripe | Global | 135+ | 2-7 days | 2.9% + 30¢ |
| PayPal | Global | 25+ | 1-3 days | 2.9% + 30¢ |
| Razorpay | India | INR | 2-3 days | 2% |
| SSLCommerz | Bangladesh | BDT | 2-3 days | 2-3% |
| Paystack | Africa | NGN, GHS, ZAR | 1-3 days | 1.5-2% |
Next Steps
Configure Stripe
Set up Stripe payment integration
Configure PayPal
Set up PayPal payment integration
Configure Razorpay
Set up Razorpay for Indian payments
Other Gateways
Explore additional payment options