|
1 | 1 | # Changelog
|
2 | 2 |
|
| 3 | +## 28.3.0-beta.1 - 2025-01-09 |
| 4 | +* [#1932](https://github.com/stripe/stripe-java/pull/1932) Update generated code for beta |
| 5 | + * Add support for `close` method on resource `Treasury.FinancialAccount` |
| 6 | + * Add support for `ownership_exemption_reason` on `Account.company`, `AccountCreateParams.company`, `AccountUpdateParams.company`, and `TokenCreateParams.account.company` |
| 7 | + * Add support for `directorship_declaration` on `Account.company` |
| 8 | + * Add support for `advice_code` on `Charge.outcome`, `Invoice.last_finalization_error`, `PaymentIntent.last_payment_error`, `SetupAttempt.setup_error`, `SetupIntent.last_setup_error`, and `StripeError` |
| 9 | + * Remove support for value `always_invoice` from enums `billingportal.ConfigurationCreateParams.features.subscription_cancel.proration_behavior` and `billingportal.ConfigurationUpdateParams.features.subscription_cancel.proration_behavior` |
| 10 | + * Add support for `brand_product` on `Card`, `Source.card_present`, `Source.card`, and `Source.three_d_secure` |
| 11 | + * Add support for `country` on `Charge.payment_method_details.paypal`, `ConfirmationToken.payment_method_preview.paypal`, and `PaymentMethod.paypal` |
| 12 | + * Add support for new value `al_tin` on enums `OrderCreateParams.tax_details.tax_ids[].type` and `OrderUpdateParams.tax_details.tax_ids[].type` |
| 13 | + * Add support for `phone_number_collection` on `PaymentLinkUpdateParams` |
| 14 | + * Add support for `nickname` on `Treasury.FinancialAccount`, `treasury.FinancialAccountCreateParams`, and `treasury.FinancialAccountUpdateParams` |
| 15 | + * Add support for `forwarding_settings` on `treasury.FinancialAccountUpdateParams` |
| 16 | + * Add support for `is_default` on `Treasury.FinancialAccount` |
| 17 | + * Add support for `destination_payment_method_data` on `treasury.OutboundTransferCreateParams` |
| 18 | + * Add support for `financial_account` on `Treasury.OutboundTransfer.destination_payment_method_details` |
| 19 | + * Change type of `Treasury.OutboundTransfer.destination_payment_method_details.type` from `literal('us_bank_account')` to `enum('financial_account'|'us_bank_account')` |
| 20 | + * Add support for new value `outbound_transfer` on enum `treasury.ReceivedCreditListParams.linked_flows.source_flow_type` |
| 21 | + * Add support for `outbound_transfer` on `Treasury.ReceivedCredit.linked_flows.source_flow_details` |
| 22 | + |
3 | 23 | ## 28.2.0 - 2024-12-18
|
4 | 24 | * [#1931](https://github.com/stripe/stripe-java/pull/1931) This release changes the pinned API version to `2024-12-18.acacia`.
|
5 | 25 | * Add support for `network_advice_code` and `network_decline_code` on `Charge.outcome`, `Invoice.last_finalization_error`, `PaymentIntent.last_payment_error`, `SetupAttempt.setup_error`, `SetupIntent.last_setup_error`, and `StripeError`
|
|
0 commit comments