This release changes the pinned API version to 2026-01-28.preview.
- #1762 Update generated code for beta
- Add support for new resource
FinancialConnections::Authorization - Add support for
retrievemethod on resourceFinancialConnections::Authorization - Add support for
detach_paymentmethod on resourceInvoice - Remove support for
cancel,list_line_items, andreopenmethods on resourceOrder - Remove support for
attach_cadencemethod on resourceSubscription - Add support for
additional_filesandsiteonAccount::Setting::PaypayPayment,AccountCreateParams::Setting::PaypayPayment, andAccountUpdateParams::Setting::PaypayPayment - Remove support for
capitalonAccount::Setting - Change type of
Charge::PaymentMethodDetail::StripeBalance.source_type,ConfirmationToken::PaymentMethodPreview::StripeBalance.source_type,PaymentAttemptRecord::PaymentMethodDetail::StripeBalance.source_type,PaymentMethod::StripeBalance.source_type, andPaymentRecord::PaymentMethodDetail::StripeBalance.source_typefromenum('bank_account'|'card'|'fpx')tonullable(enum('bank_account'|'card'|'fpx')) - Add support for
authorizationandstatus_detailsonFinancialConnections::Account - Add support for
relink_optionsonFinancialConnections::SessionCreateParamsandFinancialConnections::Session - Change
FinancialConnections::SessionCreateParams.account_holderto be optional - Add support for
relink_resultonFinancialConnections::Session - Remove support for
billing_cadenceonInvoiceCreatePreviewParams,SubscriptionCreateParams,SubscriptionUpdateParams, andSubscription - Remove support for
billing_cadence_detailsonInvoice::ParentandQuotePreviewInvoice::Parent - Add support for
car_rental_data,flight_data, andlodging_dataonPaymentIntent::PaymentDetail - Change
QuotePreviewInvoice::PaymentSetting::PaymentMethodOption.paytoto be required - Add support for
alternative_referenceonV2::Core::Vault::GbBankAccount,V2::Core::Vault::UsBankAccount, andV2::MoneyManagement::PayoutMethod - Add support for
account_holder_addressandaccount_holder_nameonV2::MoneyManagement::FinancialAddress::Credential::UsBankAccount - Add support for
fingerprintonV2::MoneyManagement::PayoutMethod::Card
- Add support for new resource
- #1758 Fix preserving null param values when calling v2 APIs
- Nil input params are now preserved when calling V2 APIs. Add additional tests for nil when calling V2 services you do not accidentally include an unintentional nil value. V1 API calls are not affected (nil values are stripped from params hashes in V1).
- #1747 Add EventNotificationHandler example