Changelog
16.2.0 - 2024-07-05
add_lines
, remove_lines
, and update_lines
methods on resource Invoice
payment_intent_fx_quote_invalid
on enums Invoice.last_finalization_error.code
, PaymentIntent.last_payment_error.code
, SetupAttempt.setup_error.code
, SetupIntent.last_setup_error.code
, and StripeError.code
posted_at
on Tax.TransactionCreateFromCalculationParams
and Tax.Transaction
Changelog
16.1.0 - 2024-06-27
filters
on Checkout.Session.payment_method_options.us_bank_account.financial_connections
, Invoice.payment_settings.payment_method_options.us_bank_account.financial_connections
, InvoiceCreateParams.payment_settings.payment_method_options.us_bank_account.financial_connections
, InvoiceUpdateParams.payment_settings.payment_method_options.us_bank_account.financial_connections
, PaymentIntent.payment_method_options.us_bank_account.financial_connections
, PaymentIntentConfirmParams.payment_method_options.us_bank_account.financial_connections
, PaymentIntentCreateParams.payment_method_options.us_bank_account.financial_connections
, PaymentIntentUpdateParams.payment_method_options.us_bank_account.financial_connections
, SetupIntent.payment_method_options.us_bank_account.financial_connections
, SetupIntentConfirmParams.payment_method_options.us_bank_account.financial_connections
, SetupIntentCreateParams.payment_method_options.us_bank_account.financial_connections
, SetupIntentUpdateParams.payment_method_options.us_bank_account.financial_connections
, Subscription.payment_settings.payment_method_options.us_bank_account.financial_connections
, SubscriptionCreateParams.payment_settings.payment_method_options.us_bank_account.financial_connections
, and SubscriptionUpdateParams.payment_settings.payment_method_options.us_bank_account.financial_connections
email_type
on CreditNoteCreateParams
, CreditNotePreviewLinesParams
, and CreditNotePreviewParams
account_subcategories
on FinancialConnections.Session.filters
and FinancialConnections.SessionCreateParams.filters
multibanco
, twint
, and zip
on enums PaymentLink.payment_method_types[]
, PaymentLinkCreateParams.payment_method_types[]
, and PaymentLinkUpdateParams.payment_method_types[]
reboot_window
on Terminal.ConfigurationCreateParams
, Terminal.ConfigurationUpdateParams
, and Terminal.Configuration
Changelog
16.0.0 - 2024-06-24
This release changes the pinned API version to 2024-06-20. Please read the API Upgrade Guide and carefully review the API changes before upgrading.
PlatformTaxFee
volume_decimal
to quantity_decimal
on
Issuing.AuthorizationCaptureParams.testHelpers.purchase_details.fuel
,Issuing.Transaction.purchase_details.fuel
,Issuing.TransactionCreateForceCaptureParams.testHelpers.purchase_details.fuel
, andIssuing.TransactionCreateUnlinkedRefundParams.testHelpers.purchase_details.fuel
Capabilities.Requirements.disabled_reason
and Capabilities.Requirements.disabled_reason
are now enums with the below values
other
paused.inactivity
pending.onboarding
pending.review
platform_disabled
platform_paused
rejected.inactivity
rejected.other
rejected.unsupported_business
requirements.fields_needed
charging_minute
, imperial_gallon
, kilogram
, kilowatt_hour
, and pound
on enums Issuing.AuthorizationCaptureParams.testHelpers.purchase_details.fuel.unit
, Issuing.TransactionCreateForceCaptureParams.testHelpers.purchase_details.fuel.unit
, and Issuing.TransactionCreateUnlinkedRefundParams.testHelpers.purchase_details.fuel.unit
card_canceled
, card_expired
, cardholder_blocked
, insecure_authorization_method
, and pin_blocked
on enum Issuing.Authorization.request_history[].reason
finalize_amount
test helper method on resource Issuing.Authorization
ch_uid
on enums Checkout.Session.customer_details.tax_ids[].type
, Invoice.customer_tax_ids[].type
, Tax.Calculation.customer_details.tax_ids[].type
, Tax.Transaction.customer_details.tax_ids[].type
, and TaxId.type
ch_uid
on enums CustomerCreateParams.tax_id_data[].type
, InvoiceCreatePreviewParams.customer_details.tax_ids[].type
, InvoiceUpcomingLinesParams.customer_details.tax_ids[].type
, InvoiceUpcomingParams.customer_details.tax_ids[].type
, Tax.CalculationCreateParams.customer_details.tax_ids[].type
, and TaxIdCreateParams.type
fleet
on Issuing.AuthorizationCaptureParams.testHelpers.purchase_details
, Issuing.AuthorizationCreateParams.testHelpers
, Issuing.Authorization
, Issuing.Transaction.purchase_details
, Issuing.TransactionCreateForceCaptureParams.testHelpers.purchase_details
, and Issuing.TransactionCreateUnlinkedRefundParams.testHelpers.purchase_details
fuel
on Issuing.AuthorizationCreateParams.testHelpers
and Issuing.Authorization
industry_product_code
and quantity_decimal
on Issuing.AuthorizationCaptureParams.testHelpers.purchase_details.fuel
, Issuing.Transaction.purchase_details.fuel
, Issuing.TransactionCreateForceCaptureParams.testHelpers.purchase_details.fuel
, and Issuing.TransactionCreateUnlinkedRefundParams.testHelpers.purchase_details.fuel
2024-06-20
on enum WebhookEndpointCreateParams.api_version
#2118 Use worker module in Bun
Changelog
15.12.0 - 2024-06-17
mobilepay
on enums PaymentLink.payment_method_types[]
, PaymentLinkCreateParams.payment_method_types[]
, and PaymentLinkUpdateParams.payment_method_types[]
tax_id_collection
on PaymentLinkUpdateParams
PaymentIntentConfirmParams.mandate_data
from Stripe.Emptyable<PaymentIntentConfirmParams.MandateData1 | PaymentIntentConfirmParams.MandateData2>
to Stripe.Emptyable<PaymentIntentConfirmParams.MandateData>
where the new MandateData is a union of all the properties of MandateData1 and MandateData2PaymentMethodCreateParams.card
from PaymentMethodCreateParams.Card1 | PaymentMethodCreateParams.Card2
to PaymentMethodCreateParams.Card
where the new Card is a union of all the properties of Card1 and Card2SetupIntentConfirmParams.mandate_data
from Stripe.Emptyable<SetupIntentConfirmParams.MandateData1 | SetupIntentConfirmParams.MandateData2>
to Stripe.Emptyable<SetupIntentConfirmParams.MandateData>
where the new MandateData is a union of all the properties of MandateData1 and MandateData2Changelog
15.11.0 - 2024-06-13
multibanco_payments
and twint_payments
on Account.capabilities
, AccountCreateParams.capabilities
, and AccountUpdateParams.capabilities
twint
on Charge.payment_method_details
, ConfirmationToken.payment_method_preview
, ConfirmationTokenCreateParams.testHelpers.payment_method_data
, PaymentIntent.payment_method_options
, PaymentIntentConfirmParams.payment_method_data
, PaymentIntentConfirmParams.payment_method_options
, PaymentIntentCreateParams.payment_method_data
, PaymentIntentCreateParams.payment_method_options
, PaymentIntentUpdateParams.payment_method_data
, PaymentIntentUpdateParams.payment_method_options
, PaymentMethodCreateParams
, PaymentMethod
, SetupIntentConfirmParams.payment_method_data
, SetupIntentCreateParams.payment_method_data
, and SetupIntentUpdateParams.payment_method_data
multibanco
on Checkout.Session.payment_method_options
, Checkout.SessionCreateParams.payment_method_options
, ConfirmationToken.payment_method_preview
, ConfirmationTokenCreateParams.testHelpers.payment_method_data
, PaymentIntent.payment_method_options
, PaymentIntentConfirmParams.payment_method_data
, PaymentIntentConfirmParams.payment_method_options
, PaymentIntentCreateParams.payment_method_data
, PaymentIntentCreateParams.payment_method_options
, PaymentIntentUpdateParams.payment_method_data
, PaymentIntentUpdateParams.payment_method_options
, PaymentMethodConfigurationCreateParams
, PaymentMethodConfigurationUpdateParams
, PaymentMethodConfiguration
, PaymentMethodCreateParams
, PaymentMethod
, Refund.destination_details
, SetupIntentConfirmParams.payment_method_data
, SetupIntentCreateParams.payment_method_data
, and SetupIntentUpdateParams.payment_method_data
multibanco
and twint
on enums Checkout.SessionCreateParams.payment_method_types[]
, CustomerListPaymentMethodsParams.type
, PaymentMethodCreateParams.type
, and PaymentMethodListParams.type
de_stn
on enums Checkout.Session.customer_details.tax_ids[].type
, Invoice.customer_tax_ids[].type
, Tax.Calculation.customer_details.tax_ids[].type
, Tax.Transaction.customer_details.tax_ids[].type
, and TaxId.type
multibanco
and twint
on enums ConfirmationTokenCreateParams.testHelpers.payment_method_data.type
, PaymentIntentConfirmParams.payment_method_data.type
, PaymentIntentCreateParams.payment_method_data.type
, PaymentIntentUpdateParams.payment_method_data.type
, SetupIntentConfirmParams.payment_method_data.type
, SetupIntentCreateParams.payment_method_data.type
, and SetupIntentUpdateParams.payment_method_data.type
multibanco
and twint
on enums ConfirmationToken.payment_method_preview.type
and PaymentMethod.type
de_stn
on enums CustomerCreateParams.tax_id_data[].type
, InvoiceCreatePreviewParams.customer_details.tax_ids[].type
, InvoiceUpcomingLinesParams.customer_details.tax_ids[].type
, InvoiceUpcomingParams.customer_details.tax_ids[].type
, Tax.CalculationCreateParams.customer_details.tax_ids[].type
, and TaxIdCreateParams.type
multibanco_display_details
on PaymentIntent.next_action
invoice_settings
on Subscription
Changelog
15.10.0 - 2024-06-06
gb_bank_transfer_payments
, jp_bank_transfer_payments
, mx_bank_transfer_payments
, sepa_bank_transfer_payments
, and us_bank_transfer_payments
on Account.capabilities
, AccountCreateParams.capabilities
, and AccountUpdateParams.capabilities
swish
on enums Invoice.payment_settings.payment_method_types[]
, InvoiceCreateParams.payment_settings.payment_method_types[]
, InvoiceUpdateParams.payment_settings.payment_method_types[]
, Subscription.payment_settings.payment_method_types[]
, SubscriptionCreateParams.payment_settings.payment_method_types[]
, and SubscriptionUpdateParams.payment_settings.payment_method_types[]
Changelog
15.9.0 - 2024-05-30
verification_requires_additional_proof_of_registration
on enums Account.future_requirements.errors[].code
, Account.requirements.errors[].code
, BankAccount.future_requirements.errors[].code
, and BankAccount.requirements.errors[].code
default_value
on Checkout.Session.custom_fields[].dropdown
, Checkout.Session.custom_fields[].numeric
, Checkout.Session.custom_fields[].text
, Checkout.SessionCreateParams.custom_fields[].dropdown
, Checkout.SessionCreateParams.custom_fields[].numeric
, and Checkout.SessionCreateParams.custom_fields[].text
generated_from
on ConfirmationToken.payment_method_preview.card
and PaymentMethod.card
issuing_personalization_design.activated
, issuing_personalization_design.deactivated
, issuing_personalization_design.rejected
, and issuing_personalization_design.updated
on enum Event.type
Issuing.Card.personalization_design
and Issuing.PhysicalBundle.features
to be requireden-RO
and ro-RO
on enums PaymentIntentConfirmParams.payment_method_options.klarna.preferred_locale
, PaymentIntentCreateParams.payment_method_options.klarna.preferred_locale
, and PaymentIntentUpdateParams.payment_method_options.klarna.preferred_locale
issuing_personalization_design.activated
, issuing_personalization_design.deactivated
, issuing_personalization_design.rejected
, and issuing_personalization_design.updated
on enums WebhookEndpointCreateParams.enabled_events[]
and WebhookEndpointUpdateParams.enabled_events[]