Skip to content

API Updates: Identity APIs #1205

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

Merged
merged 10 commits into from
May 19, 2021
Merged

Conversation

richardm-stripe
Copy link
Contributor

@richardm-stripe richardm-stripe commented May 7, 2021

Codegen for openapi 6f9da2d.
r? @remi-stripe
cc @stripe/api-libraries

Changelog

  • Add support for Identity VerificationSession and VerificationReport APIs


/** Details on the verification error. Present when status is {@code unverified}. */
@SerializedName("error")
DocumentCheckError error;
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

image


/** Date of birth as it appears in the document. */
@SerializedName("dob")
DateOfBirth dob;
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Consistent with Individual.dob

Copy link
Contributor

@remi-stripe remi-stripe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sending back to you based on all the things I flagged internally

@richardm-stripe richardm-stripe force-pushed the richardm-identity-api-updates branch from 14466e0 to 4b0ed47 Compare May 13, 2021 21:49
@richardm-stripe richardm-stripe force-pushed the richardm-identity-api-updates branch from 15849b9 to bc38218 Compare May 17, 2021 22:19
@richardm-stripe richardm-stripe merged commit 37e6e00 into master May 19, 2021
@richardm-stripe richardm-stripe deleted the richardm-identity-api-updates branch May 19, 2021 22:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants