@pyykkipoika Not really. Cashier is a wrapper around Stripe’s subscription platform. If you want to handle other payment processors, then you’ll need to write the implementation for that.
May 12, 2021
2
Level 1
Cashier multiple payment providers
Is it possible to configure cashier to have more than one payment processor configured at the same time?
I have an existing cashier/Stripe set up which works fine but I might need to accept payment methods which Stripe doesn't handle. I'd like to divert customers wishing to use those payment methods to another payment provider while retaining Stripe for anyone else.
My initial thought was flagging subscriptions as belonging to a certain payment provider and changing the cashier configuration dynamically for their request.
Please or to participate in this conversation.