← Back
Stripe
Stripe adds UPI payment method support for Indian customers
Stripe APIStripe · featureapiintegrationpayment · docs.stripe.com ↗

UPI Payment Method Now Available

Stripe has added support for UPI (Unified Payments Interface), India's real-time payment system, enabling merchants to accept both one-time and recurring payments from Indian customers.

What's Changed

This release introduces UPI as a new payment method available through the Stripe API. The feature enables businesses with customers in India—or Indian customers outside India—to offer a native, locally-preferred payment option alongside existing payment methods.

How to Upgrade

Upgrading requires updating to API version 2026-03-25.dahlia:

  • SDK Users: Upgrade to the latest version of your SDK (Ruby, Python, PHP, Java, Node.js, Go, or .NET)
  • Direct API Users: Update API requests to include Stripe-Version: 2026-03-25.dahlia
  • Webhooks: Upgrade your webhook endpoints to the new API version
  • Testing: Test your integration, including Connect integrations if applicable
  • Rollback: You have 72 hours to roll back if needed

View your current API version in Workbench and follow the upgrade documentation for detailed steps.

Related Updates

This release is part of a larger API update that also includes updates to card properties and 3D Secure authentication for PaymentRecords, as well as expanded crypto payment method configuration for Checkout Sessions.