This release changes the pinned API version to 2025-11-17.clover.
- #2216 Update generated code
- ⚠️ Change the type of
V2CoreEventDestinationParams.MetadataandV2CoreEventDestinationUpdateParams.Metadatatomap[string]*stringfrommap[string]string. This supports the ability to remove a key from aMetadatamap by setting its value tonil. - ⚠️ A corresponding change was made to the
V2CoreEventDestinationParams.AddMetadatamethod to set its second argument to*stringfromstring.
- ⚠️ Change the type of
- #2215 Update generated code
- ⚠️ Remove support for
GTE,Gt,LT, andLteonV2CoreEventListParamsin favor ofCreated.
- ⚠️ Remove support for
- #2210 Update v2 array parameter serialization to use indexed format
RetrieveandListcalls for/v2endpoints now use indexed format (e.g.,?include[0]=foo&include[1]=bar) instead of repeated parameter format (e.g.,?include=foo&include=bar) when communicating with the Stripe API. This may break any unit tests that expect the latter behavior when setting up a mock server. Instead, they should now expect the former.
- #2206 Update generated code
- Add support for new resources
TaxAssociationandTerminalOnboardingLink - Add support for
Findmethod on resourceTaxAssociation - Add support for
Newmethod on resourceTerminalOnboardingLink - Add support for
PaymentMethodConfigurationonBillingPortalConfigurationFeaturesPaymentMethodUpdate - Add support for
TransactionIDonChargePaymentMethodDetailsIdeal,PaymentAttemptRecordPaymentMethodDetailsIdeal, andPaymentRecordPaymentMethodDetailsIdeal - Add support for new value
finomon enumsConfirmationTokenPaymentMethodPreviewIdeal.Bank,PaymentAttemptRecordPaymentMethodDetailsIdeal.Bank, andPaymentRecordPaymentMethodDetailsIdeal.Bank - Add support for new value
FNOMNL22on enumsConfirmationTokenPaymentMethodPreviewIdeal.BIC,PaymentAttemptRecordPaymentMethodDetailsIdeal.BIC, andPaymentRecordPaymentMethodDetailsIdeal.BIC - Add support for new value
tokenized_account_number_deactivatedon enumsConfirmationTokenPaymentMethodPreviewUsBankAccountStatusDetailsBlocked.ReasonandPaymentMethodUsBankAccountStatusDetailsBlocked.Reason - Add support for
CreatedonCustomerCustomerBalanceTransactionListParamsandInvoicePaymentListParams - Add support for new values
financial_connections.account.account_numbers_updatedandfinancial_connections.account.upcoming_account_number_expiryon enumEvent.Type - Add support for
AccountNumbersonFinancialConnectionsAccount - Add support for
FraudRiskonIssuingAuthorizationRiskAssessmentParams - Add support for
LatestFraudWarningonIssuingCard - Add support for
HooksonPaymentIntentCaptureParams,PaymentIntentConfirmParams,PaymentIntentIncrementAuthorizationParams,PaymentIntentParams, andPaymentIntent - Add support for
MbWayandTWINTonRefundDestinationDetails - Add support for snapshot events
EventTypeFinancialConnectionsAccountAccountNumbersUpdatedandEventTypeFinancialConnectionsAccountUpcomingAccountNumberExpirywith resourceFinancialConnectionsAccount
- Add support for new resources