-
#1992 Support for APIs in the new API version 2025-03-31.basil
This release changes the pinned API version to
2025-03-31.basil
.⚠️ Breaking changes due to changes in the Stripe API
Please review details for the breaking changes and alternatives in the Stripe API changelog before upgrading.
- Remove support for resources
UsageRecordSummary
andUsageRecord
- Remove support for
New
method on resourceUsageRecord
- Remove support for
List
method on resourceUsageRecordSummary
- Remove support for
UpcomingLines
andUpcoming
methods on resourceInvoice
- Remove support for
UsageRecordSummaries
method on resourceSubscriptionItem
- Remove support for
Invoice
onCharge
andPaymentIntent
- Remove support for
ShippingDetails
onCheckoutSession
- Remove support for
Carrier
,Phone
, andTrackingNumber
onCheckoutSessionCollectedInformationShippingDetails
- Remove support for
Refund
onCreditNoteParams
,CreditNotePreviewLinesParams
,CreditNotePreviewParams
, andCreditNote
- Remove support for
TaxAmounts
onCreditNoteLineItem
,CreditNote
, andInvoiceLineItem
- Remove support for
AmountExcludingTax
andUnitAmountExcludingTax
onCreditNoteLineItem
andInvoiceLineItem
- Remove support for
Coupon
onCustomerParams
,InvoiceCreatePreviewParams
,InvoiceCreatePreviewScheduleDetailsPhasesParams
,SubscriptionParams
,SubscriptionSchedulePhasesParams
, andSubscriptionSchedulePhases
- Remove support for
PromotionCode
onCustomerParams
andSubscriptionParams
- Remove support for
Price
onInvoiceAddLinesLinesParams
,InvoiceItemParams
,InvoiceItem
,InvoiceLineItemParams
,InvoiceLineItem
, andInvoiceUpdateLinesLinesParams
- Remove support for
BillingThresholds
onInvoiceCreatePreviewScheduleDetailsPhasesItemsParams
,InvoiceCreatePreviewScheduleDetailsPhasesParams
,InvoiceCreatePreviewSubscriptionDetailsItemsParams
,SubscriptionItemParams
,SubscriptionItem
,SubscriptionItemsParams
,SubscriptionParams
,SubscriptionScheduleDefaultSettingsParams
,SubscriptionScheduleDefaultSettings
,SubscriptionSchedulePhasesItemsParams
,SubscriptionSchedulePhasesItems
,SubscriptionSchedulePhasesParams
,SubscriptionSchedulePhases
, andSubscription
- Remove support for
ApplicationFeeAmount
,Charge
,PaidOutOfBand
,Paid
,PaymentIntent
,Quote
,Subscription
,SubscriptionDetails
,SubscriptionProrationDate
,Tax
,TotalTaxAmounts
, andTransferData
onInvoice
- Remove support for
Discount
onInvoice
andSubscription
- Remove support for
InvoiceItem
,ProrationDetails
,Proration
,TaxRates
, andType
onInvoiceLineItem
- Remove support for
Plan
andSubscriptionItem
onInvoiceItem
andInvoiceLineItem
- Remove support for
UnitAmount
onInvoiceItemParams
andInvoiceItem
- Remove support for
Subscription
andUnitAmountDecimal
onInvoiceItem
- Remove support for
NaverPay
onPaymentMethodParams
- Remove support for
AggregateUsage
onPlanParams
,Plan
,PriceRecurringParams
, andPriceRecurring
- Remove support for
CurrentPeriodEnd
andCurrentPeriodStart
onSubscription
⚠️ Other Breaking changes in the SDK
- #1999 Upgrade to go 1.18
- Go version 1.18 or later is now required to address security vulnerabilities in Go <= 1.17. In particular, HTTP/2 is enabled now by default for all users (it was disabled for Go <= 1.14).
- #1998 Breaking changes to support V2
- Renamed the
stripe.Amount
type in thestripe.Balance
object tostripe.BalanceAmount
- Changed the signature of the
CallRaw
method in thestripe.Backend
interface to accept a[]byte
instead of*form.Values
in its fourth argument. Call sites can safely replace a*form.Values
argumentv
with[]byte(v.Encode())
(Encode
isnil
-safe).
- Renamed the
Additions to Stripe API
- Add support for new resource
InvoicePayment
- Add support for
Get
andList
methods on resourceInvoicePayment
- Add support for
BilliePayments
,NzBankAccountBECSDebitPayments
, andSatispayPayments
onAccountCapabilitiesParams
andAccountCapabilities
- Add support for
HostedPaymentMethodSave
onAccountSettingsInvoicesParams
andAccountSettingsInvoices
- Add support for
Invoices
onAccountSettingsParams
- Add support for new values
forwarding_api_retryable_upstream_error
andsetup_intent_mobile_wallet_unsupported
on enumsInvoiceLastFinalizationError.Code
,PaymentIntentLastPaymentError.Code
,SetupAttemptSetupError.Code
,SetupIntentLastSetupError.Code
, andStripeError.Code
- Add support for new values
stripe_balance_payment_debit_reversal
andstripe_balance_payment_debit
on enumBalanceTransaction.Type
- Add support for new values
information_missing
,invalid_signator
,verification_failed_authorizer_authority
, andverification_rejected_ownership_exemption_reason
on enumsBankAccountFutureRequirementsErrors.Code
andBankAccountRequirementsErrors.Code
- Add support for new value
last
on enumBillingMeterDefaultAggregation.Formula
- Add support for
PresentmentDetails
onCharge
,CheckoutSession
,PaymentIntent
, andRefund
- Add support for
Billie
andSatispay
onChargePaymentMethodDetails
,ConfirmationTokenPaymentMethodDataParams
,ConfirmationTokenPaymentMethodPreview
,PaymentIntentConfirmPaymentMethodDataParams
,PaymentIntentPaymentMethodDataParams
,PaymentMethodConfigurationParams
,PaymentMethodConfiguration
,PaymentMethodParams
,PaymentMethod
,SetupIntentConfirmPaymentMethodDataParams
, andSetupIntentPaymentMethodDataParams
- Add support for
NzBankAccount
onChargePaymentMethodDetails
,ConfirmationTokenPaymentMethodDataParams
,ConfirmationTokenPaymentMethodPreview
,MandatePaymentMethodDetails
,PaymentIntentConfirmPaymentMethodDataParams
,PaymentIntentConfirmPaymentMethodOptionsParams
,PaymentIntentPaymentMethodDataParams
,PaymentIntentPaymentMethodOptionsParams
,PaymentIntentPaymentMethodOptions
,PaymentMethodConfigurationParams
,PaymentMethodConfiguration
,PaymentMethodParams
,PaymentMethod
,SetupAttemptPaymentMethodDetails
,SetupIntentConfirmPaymentMethodDataParams
, andSetupIntentPaymentMethodDataParams
- Add support for
OptionalItems
onCheckoutSessionParams
,CheckoutSession
,PaymentLinkParams
, andPaymentLink
- Add support for
Permissions
onCheckoutSessionParams
andCheckoutSession
- Add support for
ShippingOptions
onCheckoutSessionParams
- Add support for new value
custom
on enumCheckoutSession.UIMode
- Add support for
BuyerID
onConfirmationTokenPaymentMethodPreviewNaverPay
andPaymentMethodNaverPay
- Add support for new values
billie
,nz_bank_account
, andsatispay
on enumsConfirmationTokenPaymentMethodPreview.Type
andPaymentMethod.Type
- Add support for
Refunds
onCreditNoteParams
,CreditNotePreviewLinesParams
,CreditNotePreviewParams
, andCreditNote
- Add support for
TotalTaxes
onCreditNote
andInvoice
- Add support for
Taxes
onCreditNoteLineItem
andInvoiceLineItem
- Add support for
TaxabilityReason
onInvoiceAddLinesLinesTaxAmountsParams
,InvoiceLineItemTaxAmountsParams
, andInvoiceUpdateLinesLinesTaxAmountsParams
- Add support for
JurisdictionLevel
onInvoiceAddLinesLinesTaxAmountsTaxRateDataParams
,InvoiceLineItemTaxAmountsTaxRateDataParams
, andInvoiceUpdateLinesLinesTaxAmountsTaxRateDataParams
- Add support for
AmountOverpaid
,ConfirmationSecret
, andPayments
onInvoice
- Add support for
Parent
onInvoiceItem
,InvoiceLineItem
, andInvoice
- Add support for new values
klarna
andnz_bank_account
on enumsInvoicePaymentSettings.PaymentMethodTypes
andSubscriptionPaymentSettings.PaymentMethodTypes
- Add support for
CheckoutSession
onCustomerBalanceTransaction
- Add support for new values
checkout_session_subscription_payment_canceled
andcheckout_session_subscription_payment
on enumCustomerBalanceTransaction.Type
- Add support for new value
invoice.overpaid
on enumEvent.Type
- Add support for
Pricing
onInvoiceAddLinesLinesParams
,InvoiceItemParams
,InvoiceItem
,InvoiceLineItemParams
,InvoiceLineItem
, andInvoiceUpdateLinesLinesParams
- Add support for
Wifi
onTerminalConfigurationParams
andTerminalConfiguration
- Add support for
NzBankTransfer
onRefundDestinationDetails
- Add support for new value
canceled
on enumReview.ClosedReason
- Add support for
CurrentPeriodEnd
andCurrentPeriodStart
onSubscriptionItem
- Add support for
NaverPay
onMandatePaymentMethodDetails
andSetupAttemptPaymentMethodDetails
- Add support for
SetupFutureUsage
onPaymentIntentConfirmPaymentMethodOptionsNaverPayParams
,PaymentIntentPaymentMethodOptionsNaverPayParams
, andPaymentIntentPaymentMethodOptionsNaverPay
- Add support for new value
expired
on enumPaymentIntent.CancellationReason
- Add support for
DefaultValue
onPaymentLinkCustomFieldsDropdownParams
,PaymentLinkCustomFieldsDropdown
,PaymentLinkCustomFieldsNumericParams
,PaymentLinkCustomFieldsNumeric
,PaymentLinkCustomFieldsTextParams
, andPaymentLinkCustomFieldsText
- Add support for new values
billie
andsatispay
on enumPaymentLink.PaymentMethodTypes
- Remove support for resources