connect-onboarding-for-standard
connect-onboarding-for-standard copied to clipboard
Bump com.stripe:stripe-java from 21.12.0 to 23.2.0 in /server/java
Bumps com.stripe:stripe-java from 21.12.0 to 23.2.0.
Release notes
Sourced from com.stripe:stripe-java's releases.
v23.2.0
- #1635 Update generated code
- Add support for
retention
onBillingPortal.Session.flow.subscription_cancel
andbillingportal.SessionCreateParams.flow_data.subscription_cancel
- Add support for
prefetch
onCheckout.Session.payment_method_options.us_bank_account.financial_connections
,FinancialConnections.Session
,Invoice.payment_settings.payment_method_options.us_bank_account.financial_connections
,InvoiceCreateParams.payment_settings.payment_method_options.us_bank_account.financial_connections
,InvoiceUpdateParams.payment_settings.payment_method_options.us_bank_account.financial_connections
,PaymentIntent.payment_method_options.us_bank_account.financial_connections
,PaymentIntentConfirmParams.payment_method_options.us_bank_account.financial_connections
,PaymentIntentCreateParams.payment_method_options.us_bank_account.financial_connections
,PaymentIntentUpdateParams.payment_method_options.us_bank_account.financial_connections
,SetupIntent.payment_method_options.us_bank_account.financial_connections
,SetupIntentConfirmParams.payment_method_options.us_bank_account.financial_connections
,SetupIntentCreateParams.payment_method_options.us_bank_account.financial_connections
,SetupIntentUpdateParams.payment_method_options.us_bank_account.financial_connections
,Subscription.payment_settings.payment_method_options.us_bank_account.financial_connections
,SubscriptionCreateParams.payment_settings.payment_method_options.us_bank_account.financial_connections
,SubscriptionUpdateParams.payment_settings.payment_method_options.us_bank_account.financial_connections
,checkout.SessionCreateParams.payment_method_options.us_bank_account.financial_connections
, andfinancialconnections.SessionCreateParams
- Add support for
payment_method_details
onDispute
- Change type of
PaymentIntentCreateParams.mandate_data
andSetupIntentCreateParams.mandate_data
fromsecret_key_param
toemptyStringable(secret_key_param)
- Change type of
PaymentIntentConfirmParams.mandate_data
andSetupIntentConfirmParams.mandate_data
fromsecret_key_param | client_key_param
toemptyStringable(secret_key_param | client_key_param)
- Add support for
balance_transaction
onCustomerCashBalanceTransaction.adjusted_for_overdraft
See the changelog for more details.
v23.1.1
See the changelog for more details.
v23.1.0
- #1634 Update generated code
- Add support for
flat_amount
ontax.TransactionCreateReversalParams
See the changelog for more details.
v23.0.0
- This release changes the pinned API version to
2023-08-16
. Please read the API Upgrade Guide and carefully review the API changes before upgradingstripe-java
.- More information is available in the stripe-node v13 migration guide
"⚠️" symbol highlights breaking changes.
- #1632 Update generated code
- ⚠️Remove support for values
custom_account_update
andcustom_account_verification
from enumAccountLinkCreateParams.type
- These values are not fully operational
- ⚠️Remove support for
available_on
onBalanceTransactionListParams
- Use of this parameter is discouraged. You may use
.putExtraParam
if sending the parameter is still required.- ⚠️Remove support for
alternate_statement_descriptors
,destination
, anddispute
onCharge
- Use of these fields is discouraged.
- Remove support for
shipping_rates
oncheckout.SessionCreateParams
- ⚠️Remove support for
shipping_rates
oncheckout.SessionCreateParams
- Please use
shipping_options
instead.- ⚠️Remove support for
coupon
andtrial_from_plan
oncheckout.SessionCreateParams.subscription_data
- Please migrate to the Prices API, or use
.putExtraParam
if sending the parameter is still required.- ⚠️Remove support for value
card_present
from enumsCustomerListPaymentMethodsParams.type
andPaymentMethodListParams.type
- This value was not fully operational.
- ⚠️Remove support for
blik
onMandate.payment_method_details
,PaymentMethodUpdateParams
,SetupAttempt.payment_method_details
,SetupIntent.payment_method_options
,SetupIntentConfirmParams.payment_method_options
,SetupIntentCreateParams.payment_method_options
, andSetupIntentUpdateParams.payment_method_options
- These fields were mistakenly released.
- ⚠️Remove support for
acss_debit
,affirm
,au_becs_debit
,bacs_debit
,cashapp
,sepa_debit
, andzip
onPaymentMethodUpdateParams
- These fields are empty.
- ⚠️Remove support for
country
onPaymentMethod.link
- This field was not fully operational.
- ⚠️Remove support for
recurring
onPriceUpdateParams
... (truncated)
Changelog
Sourced from com.stripe:stripe-java's changelog.
23.2.0 - 2023-08-24
- #1635 Update generated code
- Add support for
retention
onBillingPortal.Session.flow.subscription_cancel
andbillingportal.SessionCreateParams.flow_data.subscription_cancel
- Add support for
prefetch
onCheckout.Session.payment_method_options.us_bank_account.financial_connections
,FinancialConnections.Session
,Invoice.payment_settings.payment_method_options.us_bank_account.financial_connections
,InvoiceCreateParams.payment_settings.payment_method_options.us_bank_account.financial_connections
,InvoiceUpdateParams.payment_settings.payment_method_options.us_bank_account.financial_connections
,PaymentIntent.payment_method_options.us_bank_account.financial_connections
,PaymentIntentConfirmParams.payment_method_options.us_bank_account.financial_connections
,PaymentIntentCreateParams.payment_method_options.us_bank_account.financial_connections
,PaymentIntentUpdateParams.payment_method_options.us_bank_account.financial_connections
,SetupIntent.payment_method_options.us_bank_account.financial_connections
,SetupIntentConfirmParams.payment_method_options.us_bank_account.financial_connections
,SetupIntentCreateParams.payment_method_options.us_bank_account.financial_connections
,SetupIntentUpdateParams.payment_method_options.us_bank_account.financial_connections
,Subscription.payment_settings.payment_method_options.us_bank_account.financial_connections
,SubscriptionCreateParams.payment_settings.payment_method_options.us_bank_account.financial_connections
,SubscriptionUpdateParams.payment_settings.payment_method_options.us_bank_account.financial_connections
,checkout.SessionCreateParams.payment_method_options.us_bank_account.financial_connections
, andfinancialconnections.SessionCreateParams
- Add support for
payment_method_details
onDispute
- Change type of
PaymentIntentCreateParams.mandate_data
andSetupIntentCreateParams.mandate_data
fromsecret_key_param
toemptyStringable(secret_key_param)
- Change type of
PaymentIntentConfirmParams.mandate_data
andSetupIntentConfirmParams.mandate_data
fromsecret_key_param | client_key_param
toemptyStringable(secret_key_param | client_key_param)
- Add support for
balance_transaction
onCustomerCashBalanceTransaction.adjusted_for_overdraft
23.1.1 - 2023-08-21
23.1.0 - 2023-08-17
- #1634 Update generated code
- Add support for
flat_amount
ontax.TransactionCreateReversalParams
23.0.0 - 2023-08-16
- This release changes the pinned API version to
2023-08-16
. Please read the API Upgrade Guide and carefully review the API changes before upgradingstripe-java
.- More information is available in the stripe-java v23 migration guide
"⚠️" symbol highlights breaking changes.
- #1632 Update generated code
- ⚠️Remove support for values
custom_account_update
andcustom_account_verification
from enumAccountLinkCreateParams.type
- These values are not fully operational. Please use
account_update
andaccount_onboarding
instead (see API reference).- ⚠️Remove support for
available_on
onBalanceTransactionListParams
- Use of this parameter is discouraged. You may use
.putExtraParam
if sending the parameter is still required.- ⚠️Remove support for
alternate_statement_descriptors
,destination
, anddispute
onCharge
- Use of these fields is discouraged.
- ⚠️Remove support for
shipping_rates
oncheckout.SessionCreateParams
- Please use
shipping_options
instead.- ⚠️Remove support for
coupon
andtrial_from_plan
oncheckout.SessionCreateParams.subscription_data
- Please migrate to the Prices API, or use
.putExtraParam
if sending the parameter is still required.- ⚠️Remove support for value
card_present
from enumsCustomerListPaymentMethodsParams.type
andPaymentMethodListParams.type
- This value was not fully operational.
- ⚠️Remove support for
blik
onMandate.payment_method_details
,PaymentMethodUpdateParams
,SetupAttempt.payment_method_details
,SetupIntent.payment_method_options
,SetupIntentConfirmParams.payment_method_options
,SetupIntentCreateParams.payment_method_options
, andSetupIntentUpdateParams.payment_method_options
- These fields were mistakenly released.
- ⚠️Remove support for
acss_debit
,affirm
,au_becs_debit
,bacs_debit
,cashapp
,sepa_debit
, andzip
onPaymentMethodUpdateParams
- These fields are empty.
- ⚠️Remove support for
country
onPaymentMethod.link
- This field was not fully operational.
- ⚠️Remove support for
recurring
onPriceUpdateParams
- This property should be set on create only.
- ⚠️Remove support for
attributes
,caption
, anddeactivate_on
onProductCreateParams
,ProductUpdateParams
, andProduct
- These fields are not fully operational.
- Add support for new value
2023-08-16
on enumWebhookEndpointCreateParams.api_version
- #1622 - StripeClient
- Introduces
StripeClient
and the service-based pattern, a new interface for calling the Stripe API with many benefits over the existing resource-based paradigm.
- No global config: you can simultaneously use multiple clients with different configuration options (such as API keys)
... (truncated)
Commits
5eda6aa
Bump version to 23.2.032962c3
Update generated code (#1635)0005814
Bump version to 23.1.1cf4ca6c
Set default API endpoints (#1638)d33faac
Update Changelog with account link create enums to migrate to (#1636)a4505af
Bump version to 23.1.02a8104d
Update generated code for v468 (#1634)bc0bff0
CHANGELOG.md fixesca8a067
Fix CHANGELOG.md6b49c1c
Bump version to 23.0.0- Additional commits viewable in compare view
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 show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency -
@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)