This release changes the pinned API version to 2024-09-30.acacia. Please read the API Upgrade Guide and carefully review the API changes before upgrading.
⚠️ Breaking changes
Rename usage_threshold_config to usage_threshold on BillingAlertParams and BillingAlert
Remove support for filter on BillingAlertParams and BillingAlert. Use the filters on the usage_threshold instead
Remove support for CustomerConsentCollected on TerminalReaderProcessSetupIntentParams
Additions
Add support for CustomUnitAmount on ProductDefaultPriceDataParams
Add support for AllowRedisplay on TerminalReaderProcessPaymentIntentProcessConfigParams and TerminalReaderProcessSetupIntentParams
Add support for new value international_transaction on enum TreasuryReceivedCreditFailureCode
Add method RawRequest() that takes a HTTP method type, url and relevant parameters to make requests to the Stripe API that are not yet supported in the SDK.
Changelog
This release changes the pinned API version to
2024-09-30.acacia
. Please read the API Upgrade Guide and carefully review the API changes before upgrading.⚠️ Breaking changes
usage_threshold_config
tousage_threshold
onBillingAlertParams
andBillingAlert
filter
onBillingAlertParams
andBillingAlert
. Use the filters on theusage_threshold
insteadCustomerConsentCollected
onTerminalReaderProcessSetupIntentParams
Additions
CustomUnitAmount
onProductDefaultPriceDataParams
AllowRedisplay
onTerminalReaderProcessPaymentIntentProcessConfigParams
andTerminalReaderProcessSetupIntentParams
international_transaction
on enumTreasuryReceivedCreditFailureCode