Add support for refund_payment method on resource Terminal.Reader
Add support for new value name on enums BillingPortalConfigurationCreateParams.features.customer_update.allowed_updates[] and BillingPortalConfigurationUpdateParams.features.customer_update.allowed_updates[]
Add support for custom_fields on Checkout.Session, CheckoutSessionCreateParams, PaymentLinkCreateParams, PaymentLinkUpdateParams, and PaymentLink
Add support for interac_present on TerminalReaderPresentPaymentMethodParams
Change type of TerminalReaderPresentPaymentMethodParams.type from literal('card_present') to enum('card_present'|'interac_present')
Add support for refund_payment on Terminal.Reader.action
Add support for account_number on PaymentMethod.us_bank_account
Add support for inferred_balances_refresh, subscriptions, and transaction_refresh on FinancialConnections.Account
Add support for list method on resource Transaction
Add support for manual_entry on FinancialConnections.Session and FinancialConnectionsSessionCreateParams
Add support for prefetch on .payment_method_options.us_bank_account.financial_connections across many resources and methods
Add support for status_details and status on FinancialConnections.Session
Add support for new resource FinancialConnections.Transaction
Add support for new values customer.subscription.paused, customer.subscription.resumed, financial_connections.account.refreshed_inferred_balances, financial_connections.account.refreshed_ownership, financial_connections.account.refreshed_transactions, and financial_connections.session.updated on enums WebhookEndpointCreateParams.enabled_events[] and WebhookEndpointUpdateParams.enabled_events[]
Add support for new values inferred_balances and transactions on enum FinancialConnectionsAccountRefreshParams.features[]
Change CheckoutSessionCreateParams.payment_method_options.paypal.currency, IssuingCardholderCreateParams.individual.first_name, IssuingCardholderCreateParams.individual.last_name, IssuingCardholderUpdateParams.individual.first_name, and IssuingCardholderUpdateParams.individual.last_name to be optional
Remove support for id on QuoteCreateParams.lines[].starts_at.line_ends_at
Add support for resume method on resource Subscription
Add support for payment_link on CheckoutSessionListParams
Add support for trial_settings on CheckoutSessionCreateParams.subscription_data, SubscriptionCreateParams, SubscriptionUpdateParams, and Subscription
Add support for shipping_cost on CreditNoteCreateParams, CreditNotePreviewLinesParams, CreditNotePreviewParams, CreditNote, InvoiceCreateParams, InvoiceUpdateParams, and Invoice
Add support for amount_shipping on CreditNote and Invoice
Add support for shipping_details on InvoiceCreateParams, InvoiceUpdateParams, and Invoice
Add support for subscription_resume_at on InvoiceUpcomingLinesParams and InvoiceUpcomingParams
Change IssuingCardholderCreateParams.individual.first_name, IssuingCardholderCreateParams.individual.last_name, IssuingCardholderUpdateParams.individual.first_name, and IssuingCardholderUpdateParams.individual.last_name to be optional
Add support for invoice_creation on PaymentLinkCreateParams, PaymentLinkUpdateParams, and PaymentLink
Add support for new value America/Ciudad_Juarez on enum ReportingReportRunCreateParams.parameters.timezone
Add support for new value paused on enum SubscriptionListParams.status
Add support for new values customer.subscription.paused and customer.subscription.resumed on enums WebhookEndpointCreateParams.enabled_events[] and WebhookEndpointUpdateParams.enabled_events[]
Add support for refund_payment method on resource Terminal.Reader
Add support for new value name on enums BillingPortalConfigurationCreateParams.features.customer_update.allowed_updates[] and BillingPortalConfigurationUpdateParams.features.customer_update.allowed_updates[]
Add support for custom_fields on Checkout.Session, CheckoutSessionCreateParams, PaymentLinkCreateParams, PaymentLinkUpdateParams, and PaymentLink
Add support for interac_present on TerminalReaderPresentPaymentMethodParams
Change type of TerminalReaderPresentPaymentMethodParams.type from literal('card_present') to enum('card_present'|'interac_present')
Add support for refund_payment on Terminal.Reader.action
Add support for resume method on resource Subscription
Add support for payment_link on CheckoutSessionListParams
Add support for trial_settings on CheckoutSessionCreateParams.subscription_data, SubscriptionCreateParams, SubscriptionUpdateParams, and Subscription
Add support for shipping_cost on CreditNoteCreateParams, CreditNotePreviewLinesParams, CreditNotePreviewParams, CreditNote, InvoiceCreateParams, InvoiceUpdateParams, and Invoice
Add support for amount_shipping on CreditNote and Invoice
Add support for shipping_details on InvoiceCreateParams, InvoiceUpdateParams, and Invoice
Add support for subscription_resume_at on InvoiceUpcomingLinesParams and InvoiceUpcomingParams
Change IssuingCardholderCreateParams.individual.first_name, IssuingCardholderCreateParams.individual.last_name, IssuingCardholderUpdateParams.individual.first_name, and IssuingCardholderUpdateParams.individual.last_name to be optional
Add support for invoice_creation on PaymentLinkCreateParams, PaymentLinkUpdateParams, and PaymentLink
Add support for new value America/Ciudad_Juarez on enum ReportingReportRunCreateParams.parameters.timezone
Add support for new value paused on enum SubscriptionListParams.status
Add support for new values customer.subscription.paused and customer.subscription.resumed on enums WebhookEndpointCreateParams.enabled_events[] and WebhookEndpointUpdateParams.enabled_events[]
Add support for new values cs-CZ, el-GR, en-CZ, and en-GR on enums PaymentIntentConfirmParams.payment_method_options.klarna.preferred_locale, PaymentIntentCreateParams.payment_method_options.klarna.preferred_locale, and PaymentIntentUpdateParams.payment_method_options.klarna.preferred_locale
Add support for verification_session on EphemeralKeyCreateParams
Add support for new values refund.created and refund.updated on enums WebhookEndpointCreateParams.enabled_events[] and WebhookEndpointUpdateParams.enabled_events[]
Add support for new value merchant_default on enums CashBalanceUpdateParams.settings.reconciliation_mode, CustomerCreateParams.cash_balance.settings.reconciliation_mode, and CustomerUpdateParams.cash_balance.settings.reconciliation_mode
Add support for using_merchant_default on CashBalance.settings
#1496 Replace ReflectionCheckingTypeAdapterFactory with a ReflectionAccessFilter
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps stripe-java from 21.15.0 to 22.9.0.
Release notes
Sourced from stripe-java's releases.
... (truncated)
Changelog
Sourced from stripe-java's changelog.
... (truncated)
Commits
30fdc9d
Bump version to 22.9.094c2aea
Merge pull request #1514 from stripe/latest-codegen-master16f8de3
Codegen for openapi v22657163a0
Bump version to 22.8.05a22e55
Merge pull request #1512 from stripe/latest-codegen-mastera7717e7
bump CI8e09143
Add test5e8a36f
Codegen for openapi v223188cee7
Bump version to 22.7.063ebbdf
Merge pull request #1510 from stripe/latest-codegen-masterDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)