rohitnaidu19
rohitnaidu19

Reputation: 693

laravel billing stripe alternative

I am using laravel for a website. I need all the features provided by laravel cashier but I cannot use Stripe as it is not supported in India.

Is there an alternative that can be used directly with laravel cashier package? Is there a way I can use Stripe although it's not supported in India?

Upvotes: 2

Views: 1108

Answers (2)

Eslam Salem Mahmoud
Eslam Salem Mahmoud

Reputation: 1274

unfortunately Laravel 5 cachier is built on stripe Api in almost all functions like subscription and plans and recurring billing and discounts so you cannot use it with another payment gateway without heavy customizations

Upvotes: 1

Gaurav Dave
Gaurav Dave

Reputation: 7474

Use PayUMoney or Paytm which are Indian Payment Gateway.

Upvotes: 0

Related Questions