What is the best PHP stripe checkout class? #stripe checkout
Edit
by Mitchell Jackson - 5 years ago (2019-09-12)
Shopping cart that I can use with stripe
| I want to show products and take credit cards to pay for them using Stripe. |
- 1 Clarification request
1.
by Ndihokubwayo Jules - 5 years ago (2019-09-17) Reply
Ask clarification
1 Recommendation
Aktive Merchant: Common interface to process payments with gateways
This package provides a common interface to process payments using multiple gateways. It is a PHP port of Ruby's Active Merchant library.
It can take the information details of a credit card, an order to be paid and send a request to a supported payment gateway to request payment authorization.
Currently it supports the payment gateways: Authorize.net, Centinel 3D Secure, Eurobank Payment, HSBC Secure e-Payment and Paypal Express Checkout.
| by Manuel Lemos 26695 - 4 years ago (2020-04-21) Comment
I think you can use your shopping cart solution or use one that was created by other developers and then use this package to process payments using Stripe. |