Skip to content

v2183

Choose a tag to compare

@stripe-openapi stripe-openapi released this 23 Feb 17:52
· 5 commits to master since this release
  • Add support for new resources Reserve.Hold, Reserve.Plan, and Reserve.Release
  • Add support for location and reader on Charge.payment_method_details.card_present, Charge.payment_method_details.interac_present, ConfirmationToken.payment_method_preview.card.generated_from.payment_method_details.card_present, PaymentAttemptRecord.payment_method_details.card_present, PaymentAttemptRecord.payment_method_details.interac_present, PaymentMethod.card.generated_from.payment_method_details.card_present, PaymentRecord.payment_method_details.card_present, and PaymentRecord.payment_method_details.interac_present
  • Add support for new value lk_vat 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
  • Add support for new value lk_vat on enums Customer#create.tax_id_data[].type, Invoice#create_preview.customer_details.tax_ids[].type, Tax.Calculation#create.customer_details.tax_ids[].type, and TaxId#create.type
  • Add support for new values billing.credit_grant.created, reserve.hold.created, reserve.hold.updated, reserve.plan.created, reserve.plan.disabled, reserve.plan.expired, reserve.plan.updated, and reserve.release.created on enum Event.type
  • Add support for new values terminal_wifi_certificate and terminal_wifi_private_key on enums File#list.purpose and File.purpose
  • Add support for new values terminal_wifi_certificate and terminal_wifi_private_key on enum File#create.purpose
  • Add support for new value pay_by_bank on enums Invoice#create.payment_settings.payment_method_types, Invoice#update.payment_settings.payment_method_types, Invoice.payment_settings.payment_method_types, Subscription#create.payment_settings.payment_method_types, Subscription#update.payment_settings.payment_method_types, and Subscription.payment_settings.payment_method_types
  • Add support for display_name and service_user_number on Mandate.payment_method_details.bacs_debit
  • Change type of PaymentAttemptRecord.payment_method_details.boleto.tax_id and PaymentRecord.payment_method_details.boleto.tax_id from string to nullable(string)
  • Change type of PaymentAttemptRecord.payment_method_details.us_bank_account.expected_debit_date and PaymentRecord.payment_method_details.us_bank_account.expected_debit_date from nullable(string) to string
  • Add support for transaction_purpose on PaymentIntent#confirm.payment_method_options.us_bank_account, PaymentIntent#create.payment_method_options.us_bank_account, PaymentIntent#update.payment_method_options.us_bank_account, and PaymentIntent.payment_method_options.us_bank_account
  • Add support for optional_items on PaymentLink#update
  • Remove support for card_issuer_decline on Radar.PaymentEvaluation.insights
  • Add support for payment_behavior on SubscriptionItem#delete
  • Add support for lk on Tax.Registration#create.country_options and Tax.Registration.country_options
  • Add support for cellular on Terminal.Configuration#create, Terminal.Configuration#update, and Terminal.Configuration
  • Add support for new values billing.credit_grant.created, reserve.hold.created, reserve.hold.updated, reserve.plan.created, reserve.plan.disabled, reserve.plan.expired, reserve.plan.updated, and reserve.release.created on enums WebhookEndpoint#create.enabled_events and WebhookEndpoint#update.enabled_events
  • Add support for new value 2026-02-25.clover on enum WebhookEndpoint#create.api_version
  • Add support for snapshot events reserve.hold.created and reserve.hold.updated with resource Reserve.Hold
  • Add support for snapshot events reserve.plan.created, reserve.plan.disabled, reserve.plan.expired, and reserve.plan.updated with resource Reserve.Plan
  • Add support for snapshot event reserve.release.created with resource Reserve.Release
  • Add support for error codes storer_capability_missing and storer_capability_not_active on Invoice.last_finalization_error, PaymentIntent.last_payment_error, SetupAttempt.setup_error, SetupIntent.last_setup_error, and StripeError