Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to add UPI, google Pay and other payment methods in stripe with NodeJS

How to add payment methods other than card in stripe in NodeJS using stripe checkout session.

like image 662
Harshil Sharma Avatar asked Feb 03 '26 21:02

Harshil Sharma


1 Answers

If you are using Checkout Session, Google Pay is automatically available if:

  1. You accept card payments
  2. You have a card saved in your Google Wallet
  3. You are in a country that supports Google Pay (for example India doesn't support it)

For UPI, you would need to contact Stripe support to enable it in your account.

More generally, for other payment methods:

  1. Enable the payment method(s) in your Stripe dashboard
  2. Then, when creating a Checkout Session, set payment_method_types
like image 127
soma Avatar answered Feb 05 '26 14:02

soma



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!