Add as many as payment gateways in Codeigniter -
I am working on a CI website and I have already integrated Paypal and BitPay of 2 payment gateways But my client is saying that he wants to add as many payment gateways as he wants like a WordPress plugins.
She just wants to keep the files somewhere and the CI desire is that this and the setup detects things active.
Is it possible in CI? As each payment gateway has different structure it's integrated.
Did you try with CI_Merchant? CI-Merchant is a driver-based payment processing library. The following doors are currently supported:
- 2Checkout - Authorize.Net AIM - Authorize.Net SIM - DPS PaymentExpress PxPay - DPS PaymentExpress PxPost - Dummy - Eway Direct - Eway Shared - GoCardless - Ideal - Manual - Payflow Pro - PayPal Express Checkout - PayPal Website Payment Pro - SagePay Direct - SagePay Server - Stripe - WorldPay Follow
Comments
Post a Comment