Remove UPI payment method support#12871
Merged
Merged
Conversation
Contributor
|
Diffuse output: APKDEXARSC |
jaynewstrom-stripe
left a comment
Collaborator
There was a problem hiding this comment.
Can you add a changelog entry? Does this affect react native?
| <!-- Title shown above a view allowing the customer to save a US bank account. --> | ||
| <string name="stripe_paymentsheet_add_us_bank_account">Agrega una cuenta bancaria de EE. UU.</string> | ||
| <!-- Header text shown above a UPI ID text field --> | ||
| <string name="stripe_paymentsheet_buy_using_upi_id">Comprar con un ID de UPI</string> |
Collaborator
There was a problem hiding this comment.
Are these just going to be added back by our localize script?
Contributor
Author
There was a problem hiding this comment.
I'll delete them manually from loaklize
| <!-- Text on a screen asking the user to approve a payment --> | ||
| <string name="stripe_upi_polling_header">Aprobar pago</string> | ||
| <!-- Countdown timer text on a screen asking the user to approve a payment --> | ||
| <string name="stripe_upi_polling_message">Abre tu aplicación UPI para aprobar tu pago en el plazo de %s</string> |
UPI is being removed as a supported payment method. This deletes all UPI-specific source files, UI elements, definitions, parsers, and test fixtures across the SDK. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Committed-By-Agent: claude
8fff137 to
0ba6015
Compare
jaynewstrom-stripe
approved these changes
Apr 17, 2026
Contributor
Author
|
@jaynewstrom-stripe Yes this affects react native. We'll have to update the ios/android sdk versions in react native after we deploy. We will then delete upi from react native |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Remove UPI payment method support
Motivation
https://jira.corp.stripe.com/browse/RUN_MOBILESDK-5308
Testing
Changelog