Skip to content
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

Move all charge.* triggers to use the PaymentIntents API #1106

Merged
merged 2 commits into from
Jul 21, 2023

Conversation

remi-stripe
Copy link
Collaborator

Reviewers

r? @
cc @stripe/developer-products

Summary

Move all charge.* triggers to use the PaymentIntents API so that it's clearer that this is the canonical integration path overall.

The one small downside is that you can't use the CLI anymore to get a Charge object without a PaymentIntent and with a legacy Card object. I think that trade-off is worth it since you can always make your own triggers if you need a legacy behavior.

@remi-stripe remi-stripe requested a review from a team as a code owner July 21, 2023 18:29
@etsai-stripe etsai-stripe merged commit a9d007b into master Jul 21, 2023
7 checks passed
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.

None yet

2 participants