Hacker News new | ask | show | jobs
by lancecotingkeh 555 days ago
you should use a payment orchestrator so you can easily move between paypal and stripe to another payment processor if needed. a quick search of hn shows the horror stories of people getting kicked off of stripe/paypal without notice and losing their revenue / subscriptions overnight
1 comments

For a current $CLIENT we actually implement both (and Amazon Pay), with an abstraction of sorts within our own code (each payment gateway is represented by a service class implementing a common interface).