Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

anjanesh's avatar

Getting other Payment Providers on Spark

Is there a way to get RazorPay into Spark ?

If I were to do composer require razorpay/razorpay:2.* what more do I have to do to just replace Stripe with RazorPay ?

0 likes
2 replies
martinbean's avatar

@anjanesh Spark only supports Stripe or Paddle. If you want to use a completely different payment gateway then you’re not going to be able to use Spark; you’ll have to write something yourself.

anjanesh's avatar

Thing is Stripe is supported in India - Stripe has a separate path (/in) for Indian customers.

But the payment methods are still credit cards only and I don't see Indian specific payment methods like UPI, wallet and NetBanking which is what majority of Indians use for paying online as the majority don't have access to a credit card.

Please or to participate in this conversation.