|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## 31.5.0-alpha.4 - 2026-03-18 |
| 4 | +* [#2183](https://github.com/stripe/stripe-java/pull/2183) Update generated code for private-preview |
| 5 | + * Add support for `simulate_crypto_deposit` test helper method on resource `PaymentIntent` |
| 6 | + * Add support for `depositOptions` and `mode` on `PaymentIntent.payment_method_options.crypto`, `PaymentIntentConfirmParams.payment_method_options.crypto`, `PaymentIntentCreateParams.payment_method_options.crypto`, and `PaymentIntentUpdateParams.payment_method_options.crypto` |
| 7 | + * Add support for `cryptoDisplayDetails` on `PaymentIntent.next_action` |
| 8 | +* [#2177](https://github.com/stripe/stripe-java/pull/2177) Update generated code for private-preview |
| 9 | + * Add support for new resources `orchestration.PaymentAttempt` and `radar.CustomerEvaluation` |
| 10 | + * Add support for `retrieve` method on resource `orchestration.PaymentAttempt` |
| 11 | + * Add support for `create` and `update` methods on resource `radar.CustomerEvaluation` |
| 12 | + * Add support for `approve` method on resource `checkout.Session` |
| 13 | + * Add support for `report_authenticated`, `report_canceled`, `report_failed`, `report_guaranteed`, `report_informational`, and `report_refund` methods on resource `PaymentAttemptRecord` |
| 14 | + * Add support for `createUsPaperCheckOnApplication` on `AccountSessionCreateParams.components.check_scanning.features` |
| 15 | + * Add support for `approvalMethod` on `checkout.SessionCreateParams` and `checkout.Session` |
| 16 | + * Add support for `currentAttempt` on `checkout.Session` |
| 17 | + * Add support for `selectedFulfillmentOptionOverrides` on `delegatedcheckout.RequestedSessionUpdateParams.fulfillment_details` |
| 18 | + * Add support for `pricingPlanSubscriptionDetails` on `InvoiceItem.parent` and `InvoiceLineItem.parent` |
| 19 | + * ⚠️ Remove support for `licenseFeeSubscriptionDetails` on `InvoiceItem.parent` and `InvoiceLineItem.parent` |
| 20 | + * ⚠️ Remove support for `pricingPlanSubscription` and `pricingPlanVersion` on `InvoiceItem.parent.rate_card_subscription_details` and `InvoiceLineItem.parent.rate_card_subscription_details` |
| 21 | + * Add support for `tokenDetails` on `issuing.Authorization` |
| 22 | + * Add support for `failureCode` on `PaymentRecordReportPaymentAttemptFailedParams`, `PaymentRecordReportPaymentAttemptParams.failed`, and `PaymentRecordReportPaymentParams.failed` |
| 23 | + * Change `PaymentRecordReportPaymentAttemptCanceledParams.canceledAt` to be optional |
| 24 | + * Change `PaymentRecordReportPaymentAttemptFailedParams.failedAt` to be optional |
| 25 | + * Change `PaymentRecordReportPaymentAttemptGuaranteedParams.guaranteedAt` to be optional |
| 26 | + * Change `PaymentRecordReportRefundParams.refunded` to be optional |
| 27 | + * ⚠️ Remove support for value `now` from enums `QuoteCreateParams.subscription_data.billing_schedules[].bill_from.type`, `QuoteCreateParams.subscription_data_overrides[].billing_schedules[].bill_from.type`, `QuoteUpdateParams.subscription_data.billing_schedules[].bill_from.type`, and `QuoteUpdateParams.subscription_data_overrides[].billing_schedules[].bill_from.type` |
| 28 | + * ⚠️ Change `radar.IssuingAuthorizationEvaluationCreateParams.card_details.binCountry` to be required |
| 29 | + * Add support for `recurringInterval` on `sharedpayment.GrantedTokenCreateParams.usage_limits` |
| 30 | + * Change `sharedpayment.GrantedTokenCreateParams.usage_limits.expiresAt` to be optional |
| 31 | + * Add support for `homeRuleTax` on `tax.Registration.country_options.us` and `tax.RegistrationCreateParams.country_options.us` |
| 32 | + * Add support for new value `home_rule_tax` on enum `tax.RegistrationCreateParams.country_options.us.type` |
| 33 | + |
3 | 34 | ## 31.5.0-alpha.3 - 2026-03-11 |
4 | 35 | * [#2171](https://github.com/stripe/stripe-java/pull/2171) Update generated code for private-preview |
5 | 36 | * Add support for new resource `radar.IssuingAuthorizationEvaluation` |
|
0 commit comments