How to use other payment gateway in Laravel cashier?

Viewed 436

I am working on Saas based application where I am using Laravel cashier. By default, Laravel cashier is using stripe. I want to use Razorpay instead of the stripe. Is it possible to achieve this in Laravel cashier? If Yes, Please let me know how?

1 Answers
Related