You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For any Indian thinking, stripe payment is why not succeeding and not showing on the stripe dashboard, don't worry Indian gov. has banned it
"As per Indian regulations, only registered Indian businesses (i.e. sole proprietorships, limited liability partnerships, and companies, but not individuals) can accept international payments. More info here: https://stripe.com/docs/india-exports"
so paymentIntent would be coming out empty, you can check this out by writing console.log(result) in payment.js and pass result instead of {paymentIntent}
The text was updated successfully, but these errors were encountered:
For any Indian thinking, stripe payment is why not succeeding and not showing on the stripe dashboard, don't worry Indian gov. has banned it "As per Indian regulations, only registered Indian businesses (i.e. sole proprietorships, limited liability partnerships, and companies, but not individuals) can accept international payments. More info here: https://stripe.com/docs/india-exports" so paymentIntent would be coming out empty, you can check this out by writing console.log(result) in payment.js and pass result instead of {paymentIntent}
If anyone has resolved it without using VPN, please share
For any Indian thinking, stripe payment is why not succeeding and not showing on the stripe dashboard, don't worry Indian gov. has banned it
"As per Indian regulations, only registered Indian businesses (i.e. sole proprietorships, limited liability partnerships, and companies, but not individuals) can accept international payments. More info here: https://stripe.com/docs/india-exports"
so paymentIntent would be coming out empty, you can check this out by writing console.log(result) in payment.js and pass result instead of {paymentIntent}
The text was updated successfully, but these errors were encountered: