-
Notifications
You must be signed in to change notification settings - Fork 4.6k
feat(connector): [STRIPE] Add Incremental Authorization Flow #8569
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
Conversation
Changed Files
|
2681d9a to
a415888
Compare
c958611
…ch into stripe-incremental-auth
| }, | ||
| }, | ||
| }, | ||
| // IncrementalAuth: { // commenting out due to credentials issue |
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.
@sundarigopal can you verify this
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.
We’ve verified that he’s currently unable to handle three different credentials for separate flows. He’s taking this up as a separate PR, as it requires some framework-level changes. At present, we can only handle two credentials. We’ll follow up on this.
Type of Change
Closes this issue
Description
Added Incremental Authorization Flow in Stripe.
Additional Changes
Motivation and Context
8633
How did you test it?
Postman Tests
Request:
Response:
Request:
Response:
Cypress test screenshot:
Checklist
cargo +nightly fmt --allcargo clippy