|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## 15.2.0 - 2025-05-29 |
| 4 | + This release changes the pinned API version to `2025-05-28.basil`. |
| 5 | + |
| 6 | +* [#1605](https://github.com/stripe/stripe-ruby/pull/1605) Update generated code |
| 7 | + * Add support for `attach_payment` method on resource `Invoice` |
| 8 | + * Add support for `collect_inputs` method on resource `Terminal::Reader` |
| 9 | + * Add support for `succeed_input_collection` and `timeout_input_collection` test helper methods on resource `Terminal::Reader` |
| 10 | + * Add support for `pix_payments` on `Account::Capability`, `Account::CreateParams::Capability`, and `Account::UpdateParams::Capability` |
| 11 | + * Add support for `disputes_list` and `payment_disputes` on `AccountSession::Component` and `AccountSession::CreateParams::Component` |
| 12 | + * Add support for `refund_and_dispute_prefunding` on `Balance` |
| 13 | + * Add support for `balance_type` on `BalanceTransaction` |
| 14 | + * Change `Billing::Alert::CreateParams::UsageThreshold.meter` to be required |
| 15 | + * Add support for `location` and `reader` on `Charge::PaymentMethodDetail::Affirm` and `Charge::PaymentMethodDetail::WechatPay` |
| 16 | + * Add support for `payment_method_remove` on `Checkout::Session::CreateParams::SavedPaymentMethodOption` |
| 17 | + * Add support for `setup_future_usage` on `Checkout::Session::PaymentMethodOption::NaverPay` |
| 18 | + * Change `ConfirmationToken::PaymentMethodPreview::NaverPay.buyer_id` and `PaymentMethod::NaverPay.buyer_id` to be required |
| 19 | + * Add support for `post_payment_amount` and `pre_payment_amount` on `CreditNote` |
| 20 | + * Add support for `sex`, `unparsed_place_of_birth`, and `unparsed_sex` on `Identity::VerificationReport::Document` and `Identity::VerificationSession::VerifiedOutput` |
| 21 | + * Add support for `billing_thresholds` on `Invoice::CreatePreviewParams::ScheduleDetail::Phase::Item`, `Invoice::CreatePreviewParams::ScheduleDetail::Phase`, `Invoice::CreatePreviewParams::SubscriptionDetail::Item`, `Subscription::CreateParams::Item`, `Subscription::CreateParams`, `Subscription::UpdateParams::Item`, `Subscription::UpdateParams`, `SubscriptionItem::CreateParams`, `SubscriptionItem::UpdateParams`, `SubscriptionItem`, `SubscriptionSchedule::CreateParams::DefaultSetting`, `SubscriptionSchedule::CreateParams::Phase::Item`, `SubscriptionSchedule::CreateParams::Phase`, `SubscriptionSchedule::DefaultSetting`, `SubscriptionSchedule::Phase::Item`, `SubscriptionSchedule::Phase`, `SubscriptionSchedule::UpdateParams::DefaultSetting`, `SubscriptionSchedule::UpdateParams::Phase::Item`, `SubscriptionSchedule::UpdateParams::Phase`, and `Subscription` |
| 22 | + * Add support for `satispay` on `PaymentIntent::ConfirmParams::PaymentMethodOption`, `PaymentIntent::CreateParams::PaymentMethodOption`, `PaymentIntent::PaymentMethodOption`, and `PaymentIntent::UpdateParams::PaymentMethodOption` |
| 23 | + * Add support for `capture_method` on `PaymentIntent::PaymentMethodOption::Billie` |
| 24 | + * Add support for `kakao_pay`, `kr_card`, `naver_pay`, `payco`, and `samsung_pay` on `PaymentMethodConfiguration::CreateParams`, `PaymentMethodConfiguration::UpdateParams`, and `PaymentMethodConfiguration` |
| 25 | + * Add support for `network_decline_code` on `Refund::DestinationDetail::Paypal` |
| 26 | + * Add support for `metadata` on `Tax::Calculation::CreateParams::LineItem` and `Tax::CalculationLineItem` |
| 27 | + * Add support for `return_url` on `Terminal::Reader::Action::ProcessPaymentIntent::ProcessConfig` and `Terminal::Reader::ProcessPaymentIntentParams::ProcessConfig` |
| 28 | + * Add support for `collect_inputs` on `Terminal::Reader::Action` |
| 29 | +* [#1601](https://github.com/stripe/stripe-ruby/pull/1601) Adds CONTRIBUTING.md |
| 30 | + |
3 | 31 | ## 15.2.0-beta.1 - 2025-04-30 |
4 | 32 | * [#1589](https://github.com/stripe/stripe-ruby/pull/1589) Update generated code for beta |
5 | 33 | This release changes the pinned API version to `2025-04-30.preview`. |
|
0 commit comments