Skip to content

API Updates #1336

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 2 commits into from
Apr 13, 2022
Merged

API Updates #1336

merged 2 commits into from
Apr 13, 2022

Conversation

richardm-stripe
Copy link
Contributor

Codegen for openapi e0123a3.
r? @yejia-stripe
cc @stripe/api-libraries

Changelog

  • Add support for increment_authorization method on resource PaymentIntent
  • Add support for incremental_authorization_supported on Charge.payment_method_details.card_present
  • Add support for request_incremental_authorization_support on PaymentIntent.payment_method_options.card_present, PaymentIntentConfirmParams.payment_method_options.card_present, PaymentIntentCreateParams.payment_method_options.card_present, and PaymentIntentUpdateParams.payment_method_options.card_present

@@ -908,7 +908,7 @@ public static class PaymentMethodOptions extends StripeObject {
* invoices created by the subscription.
*/
@SerializedName("customer_balance")
CustomerBalance customerBalance;
Copy link
Contributor Author

Choose a reason for hiding this comment

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

TODO

Copy link
Contributor

Choose a reason for hiding this comment

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

@kamil-stripe was working on this and should be able to help here.

Copy link
Contributor

Choose a reason for hiding this comment

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

In the end, it was @richardm-stripe that figured it out. Took us a good while though.

Copy link
Contributor

@dcr-stripe dcr-stripe left a comment

Choose a reason for hiding this comment

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

LGTM!

@richardm-stripe richardm-stripe merged commit 7c6fbf2 into master Apr 13, 2022
@richardm-stripe richardm-stripe deleted the latest-codegen branch April 13, 2022 23:12
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.

4 participants