-
Notifications
You must be signed in to change notification settings - Fork 661
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
[Identity] Support the 'closed' field in submit endpoint #6958
[Identity] Support the 'closed' field in submit endpoint #6958
Conversation
Risky Change This is considered a risky change because it adjusts the sample app build.gradle, please review carefully. By adding the label |
cc @stripe/stripe-identity-observers |
Diffuse output:
APK
DEX
|
1161700
to
7d5e847
Compare
af58e1c
to
df4ea2d
Compare
918204c
to
05ef236
Compare
Summary
Introduced a new
closed
boolean in submit API endpoint, after submittingsubmitted
andclosed
aretrue
-> navigate to success pagesubmitted
=true
andclosed
=false
, need to fallback, checkmissings
and fallback accordingly - currently this only happens whenphone
type verification fallback todocument
iOS change: stripe/stripe-ios#2700
Motivation
Support phoneV
Testing
Screenshots
Changelog