|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## 30.2.0-alpha.1 - 2025-10-29 |
| 4 | + |
| 5 | +* [#2091](https://github.com/stripe/stripe-java/pull/2091) Update generated code for private-preview |
| 6 | + * Add support for `report_refund` method on resource `PaymentRecord` |
| 7 | + * Add support for `tenants` on `billing.analytics.MeterUsageRow` |
| 8 | + * Add support for `representativeDeclaration` on `Account.company`, `AccountCreateParams.company`, `AccountUpdateParams.company`, and `TokenCreateParams.account.company` |
| 9 | + * Add support for `transfer` on `ApplicationFee.fee_source` |
| 10 | + * Add support for `transitBalancesTotal` on `Balance` |
| 11 | + * Add support for `tenantGroupByKeys` on `billing.analytics.MeterUsageRetrieveParams.meters[]` |
| 12 | + * Change `billing.CreditGrantCreateParams.category` to be optional |
| 13 | + * Add support for `paymentMethodConfiguration` on `billingportal.ConfigurationCreateParams.features.payment_method_update` and `billingportal.ConfigurationUpdateParams.features.payment_method_update` |
| 14 | + * Add support for `paymentPortalUrl` on `Charge.payment_method_details.rechnung`, `PaymentAttemptRecord.payment_method_details.rechnung`, and `PaymentRecord.payment_method_details.rechnung` |
| 15 | + * Add support for `twint` on `checkout.Session.payment_method_options` and `checkout.SessionCreateParams.payment_method_options` |
| 16 | + * Add support for `customerSheet`, `mobilePaymentElement`, and `taxIdElement` on `CustomerSession.components` and `CustomerSessionCreateParams.components` |
| 17 | + * Add support for new value `custom` on enums `CustomerListPaymentMethodsParams.type`, `PaymentMethodCreateParams.type`, and `PaymentMethodListParams.type` |
| 18 | + * Add support for `provider` on `Customer.tax` |
| 19 | + * Remove support for `riskDetails` on `delegatedcheckout.RequestedSessionCreateParams` |
| 20 | + * Add support for `riskDetails` on `delegatedcheckout.RequestedSessionConfirmParams` |
| 21 | + * Add support for new value `platform_terms_of_service` on enum `FileListParams.purpose` |
| 22 | + * Add support for new value `platform_terms_of_service` on enum `FileCreateParams.purpose` |
| 23 | + * Add support for `startingAfter` on `PaymentAttemptRecordListParams` |
| 24 | + * Add support for `reference` on `PaymentIntentAmountDetailsLineItem.payment_method_options.klarna`, `PaymentIntentCaptureParams.amount_details.line_items[].payment_method_options.klarna`, `PaymentIntentConfirmParams.amount_details.line_items[].payment_method_options.klarna`, `PaymentIntentCreateParams.amount_details.line_items[].payment_method_options.klarna`, `PaymentIntentIncrementAuthorizationParams.amount_details.line_items[].payment_method_options.klarna`, and `PaymentIntentUpdateParams.amount_details.line_items[].payment_method_options.klarna` |
| 25 | + * Add support for `allocatedFunds` on `PaymentIntent` |
| 26 | + * Add support for `subscriptionReference` on `PaymentIntentAmountDetailsLineItem.payment_method_options.klarna` |
| 27 | + * Add support for `nameCollection` on `PaymentLinkCreateParams`, `PaymentLinkUpdateParams`, and `PaymentLink` |
| 28 | + * Add support for `crypto` on `PaymentMethodConfigurationCreateParams`, `PaymentMethodConfigurationUpdateParams`, `PaymentMethodConfiguration`, and `Refund.destination_details` |
| 29 | + * Add support for `mbWay` on `PaymentMethodConfigurationCreateParams`, `PaymentMethodConfigurationUpdateParams`, and `PaymentMethodConfiguration` |
| 30 | + * Add support for `custom` on `PaymentMethodCreateParams` and `PaymentMethod` |
| 31 | + * Add support for `excludedPaymentMethodTypes` on `SetupIntentCreateParams`, `SetupIntentUpdateParams`, and `SetupIntent` |
| 32 | + * Add support for `tw` on `tax.Registration.country_options` and `tax.RegistrationCreateParams.country_options` |
| 33 | + * Add support for `gip` on `terminal.Configuration.tipping`, `terminal.ConfigurationCreateParams.tipping`, and `terminal.ConfigurationUpdateParams.tipping` |
| 34 | + * Add support for `lastSeenAt` on `terminal.Reader` |
| 35 | + * Add support for `applicationFeeAmount` on `TransferCreateParams` and `Transfer` |
| 36 | + * Add support for `applicationFee` on `Transfer` |
| 37 | + * Add support for new value `2025-10-29.clover` on enum `WebhookEndpointCreateParams.apiVersion` |
| 38 | + * Add support for `highRiskActivitiesDescription`, `highRiskActivities`, `moneyServicesDescription`, `operatesInProhibitedCountries`, `participatesInRegulatedActivity`, `purposeOfFundsDescription`, `purposeOfFunds`, `regulatedActivity`, `sourceOfFundsDescription`, and `sourceOfFunds` on `v2.core.Account.configuration.storer`, `v2.core.AccountCreateParams.configuration.storer`, and `v2.core.AccountUpdateParams.configuration.storer` |
| 39 | + * Add support for `cryptoWallets` on `v2.core.Account.configuration.storer.capabilities.financial_addresses`, `v2.core.Account.configuration.storer.capabilities.outbound_payments`, `v2.core.Account.configuration.storer.capabilities.outbound_transfers`, `v2.core.AccountCreateParams.configuration.storer.capabilities.financial_addresses`, `v2.core.AccountCreateParams.configuration.storer.capabilities.outbound_payments`, `v2.core.AccountCreateParams.configuration.storer.capabilities.outbound_transfers`, `v2.core.AccountUpdateParams.configuration.storer.capabilities.financial_addresses`, `v2.core.AccountUpdateParams.configuration.storer.capabilities.outbound_payments`, and `v2.core.AccountUpdateParams.configuration.storer.capabilities.outbound_transfers` |
| 40 | + * Add support for `usdc` on `v2.core.Account.configuration.storer.capabilities.holds_currencies`, `v2.core.AccountCreateParams.configuration.storer.capabilities.holds_currencies`, and `v2.core.AccountUpdateParams.configuration.storer.capabilities.holds_currencies` |
| 41 | + * Add support for `cryptoStorer` on `v2.core.Account.identity.attestations.terms_of_service` and `v2.core.AccountCreateParams.identity.attestations.terms_of_service` |
| 42 | + * Add support for `complianceScreeningDescription` on `v2.core.Account.identity.business_details`, `v2.core.AccountCreateParams.identity.business_details`, and `v2.core.AccountUpdateParams.identity.business_details` |
| 43 | + * Add support for `externalAmount` on `v2.moneymanagement.ReceivedCredit` and `v2.moneymanagement.ReceivedDebit` |
| 44 | + |
| 45 | +## 30.2.0-beta.1 - 2025-10-29 |
| 46 | + |
| 47 | +This release changes the pinned API version to `2025-10-29.preview`. |
| 48 | + |
| 49 | +* [#2092](https://github.com/stripe/stripe-java/pull/2092) Update generated code for beta |
| 50 | + * Add support for `cryptoStorer` on `v2.core.AccountUpdateParams.identity.attestations.terms_of_service` |
| 51 | +* [#2081](https://github.com/stripe/stripe-java/pull/2081) Update generated code for beta |
| 52 | + * Add support for `update` method on resource `v2.moneymanagement.FinancialAccount` |
| 53 | + * Add support for `confirm_microdeposits`, `list`, and `send_microdeposits` methods on resource `v2.core.vault.UsBankAccount` |
| 54 | + * Add support for `list` method on resource `v2.core.vault.GbBankAccount` |
| 55 | + * Add support for `paymentPortalUrl` on `Charge.payment_method_details.rechnung`, `PaymentAttemptRecord.payment_method_details.rechnung`, and `PaymentRecord.payment_method_details.rechnung` |
| 56 | + * Add support for `taxIdElement` on `CustomerSession.components` and `CustomerSessionCreateParams.components` |
| 57 | + * Add support for `startingAfter` on `PaymentAttemptRecordListParams` |
| 58 | + * Add support for `reference` on `PaymentIntentAmountDetailsLineItem.payment_method_options.klarna`, `PaymentIntentCaptureParams.amount_details.line_items[].payment_method_options.klarna`, `PaymentIntentConfirmParams.amount_details.line_items[].payment_method_options.klarna`, `PaymentIntentCreateParams.amount_details.line_items[].payment_method_options.klarna`, `PaymentIntentIncrementAuthorizationParams.amount_details.line_items[].payment_method_options.klarna`, and `PaymentIntentUpdateParams.amount_details.line_items[].payment_method_options.klarna` |
| 59 | + * Add support for `subscriptionReference` on `PaymentIntentAmountDetailsLineItem.payment_method_options.klarna` |
| 60 | + * Add support for `closed` on `v2.core.AccountListParams` and `v2.core.Account` |
| 61 | + * Add support for `usd` on `v2.core.Account.configuration.storer.capabilities.holds_currencies`, `v2.core.AccountCreateParams.configuration.storer.capabilities.holds_currencies`, and `v2.core.AccountUpdateParams.configuration.storer.capabilities.holds_currencies` |
| 62 | + * Add support for `representativeDeclaration` on `v2.core.Account.identity.attestations`, `v2.core.AccountCreateParams.identity.attestations`, and `v2.core.AccountUpdateParams.identity.attestations` |
| 63 | + * Add support for `verification` on `v2.core.vault.UsBankAccount` |
| 64 | + * Add support for new value `payment_method` on enums `v2.core.AccountCreateParams.configuration.customer.automatic_indirect_tax.locationSource` and `v2.core.AccountUpdateParams.configuration.customer.automatic_indirect_tax.locationSource` |
| 65 | + * Add support for new values `application_custom` and `application_express` on enums `v2.core.AccountCreateParams.defaults.responsibilities.feesCollector` and `v2.core.AccountUpdateParams.defaults.responsibilities.feesCollector` |
| 66 | + * Add support for `v1Id` on `EventsV2MoneyManagementTransactionCreatedEvent` |
| 67 | + * Remove support for thin event `V2BillingBillSettingUpdatedEvent` with related object `v2.billing.BillSetting` |
| 68 | +* [#2080](https://github.com/stripe/stripe-java/pull/2080) Update generated code for beta |
| 69 | + * Add support for `lastSeenAt` on `terminal.Reader` |
| 70 | + * Add support for new value `2025-10-29.clover` on enum `WebhookEndpointCreateParams.apiVersion` |
| 71 | + |
3 | 72 | ## 30.1.0 - 2025-10-29 |
4 | 73 | * [#2093](https://github.com/stripe/stripe-java/pull/2093) Update generated code |
5 | 74 | * Improve docs for PaymentIntent related endpoints |
|
0 commit comments