-
Notifications
You must be signed in to change notification settings - Fork 998
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update IdentityVerification Example to allow for reusing VerificationSessions #4427
Update IdentityVerification Example to allow for reusing VerificationSessions #4427
Conversation
StripePaymentSheet- case embeddedPaymentElementAlreadyConfirmedIntent If you are adding a new public API consider the following:
If you are modifying or removing a public API:
If you confirm these APIs need to be added/updated and have undergone necessary review, add the label ℹ️ If this comment appears to be left in error, make sure your branch is up-to-date with |
8 builds had no size change
StripeSize 1.0 (1)
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You'll want to update w/ latest master
570b5e4
to
aa78ebb
Compare
### Identity | ||
* [Added] Updates example app to allow reusing VerificationSessions. | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oops this ended up in the wrong place, it should be at the top of the file where pending changes are listed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Argh, fixing in #4451
Summary
Updates Identity Verification Example app to allow for reusing VerificationSessions. Reusing VerificationSessions is a common pattern for Stripe Identity users.
Motivation
Allow for better testing of all of the possible integration paths that an integrator may implement.
Testing
Tested in simulator to validate new behavior
Screen.Recording.2024-12-23.at.2.39.11.PM.mov
Changelog