|
|
|
|
|
by chatmasta
4201 days ago
|
|
I would avoid integrating directly with stripe, since if any trouble ever happens with your account (chargebacks, etc), and they terminate it, you need to change all your code before you can resume accepting payments. For this reason I recommend using an abstraction layer to buffer for payment gateways. One good option is Chargebee, which integrates with 12+ different gateways. This way, the same code can control different payment options, and you are not limited to one gateway. |
|
Could you educate me when a chargeback would occur using Stripe?