Skip to content

Releases: stripe/openapi

v927

03 Apr 20:45
Compare
Choose a tag to compare
  • Add support for email and phone on Identity.VerificationReport, Identity.VerificationSession#create.options, Identity.VerificationSession#update.options, Identity.VerificationSession.options, and Identity.VerificationSession.verified_outputs
  • Add support for verification_flow on Identity.VerificationReport, Identity.VerificationSession#create, and Identity.VerificationSession
  • Add support for new value verification_flow on enums Identity.VerificationReport.type and Identity.VerificationSession.type
  • Add support for provided_details on Identity.VerificationSession#create, Identity.VerificationSession#update, and Identity.VerificationSession
  • Change Identity.VerificationSession#create.type to be optional
  • Add support for new values email_unverified_other, email_verification_declined, phone_unverified_other, and phone_verification_declined on enum Identity.VerificationSession.last_error.code

v926

03 Apr 18:05
Compare
Choose a tag to compare

Release specs are identical.

v925

03 Apr 17:28
Compare
Choose a tag to compare
  • Add support for zip on PaymentMethodConfiguration#create, PaymentMethodConfiguration#update, and PaymentMethodConfiguration

v924

03 Apr 15:46
Compare
Choose a tag to compare
  • Add support for subscription_item on Discount
  • Add support for discounts on Invoice#upcoming.subscription_items[], Invoice#upcomingLines.subscription_items[], Quote#create.line_items[], Quote#update.line_items[], Subscription#create.add_invoice_items[], Subscription#create.items[], Subscription#create, Subscription#update.add_invoice_items[], Subscription#update.items[], Subscription#update, SubscriptionItem#create, SubscriptionItem#update, SubscriptionItem, SubscriptionSchedule#create.phases[].add_invoice_items[], SubscriptionSchedule#create.phases[].items[], SubscriptionSchedule#create.phases[], SubscriptionSchedule#update.phases[].add_invoice_items[], SubscriptionSchedule#update.phases[].items[], SubscriptionSchedule#update.phases[], SubscriptionSchedule.phases[].add_invoice_items[], SubscriptionSchedule.phases[].items[], SubscriptionSchedule.phases[], and Subscription
  • Change type of Invoice.discounts from nullable(array(expandable(deletable($Discount)))) to array(expandable(deletable($Discount)))

v923

02 Apr 21:03
Compare
Choose a tag to compare
  • Remove support for value 2024-04-03 from enum WebhookEndpoint#create.api_version

v922

02 Apr 20:36
Compare
Choose a tag to compare
  • Add support for promotion_code on Invoice#create.discounts[], Invoice#update.discounts[], InvoiceItem#create.discounts[], and InvoiceItem#update.discounts[]

v921

02 Apr 16:30
Compare
Choose a tag to compare
  • Change type of Checkout.Session#create.payment_method_options.swish.reference from emptyStringable(string) to string

v920

02 Apr 10:01
Compare
Choose a tag to compare
  • Change PaymentIntent.next_action.swish_handle_redirect_or_display_qr_code.hosted_instructions_url, PaymentIntent.next_action.swish_handle_redirect_or_display_qr_code.mobile_auth_url, PaymentIntent.next_action.swish_handle_redirect_or_display_qr_code.qr_code.data, PaymentIntent.next_action.swish_handle_redirect_or_display_qr_code.qr_code.image_url_png, PaymentIntent.next_action.swish_handle_redirect_or_display_qr_code.qr_code.image_url_svg, PaymentIntent.next_action.swish_handle_redirect_or_display_qr_code.qr_code, and PaymentIntent.payment_method_options.swish.reference to be required

v919

01 Apr 20:29
Compare
Choose a tag to compare
  • Add support for allowed_merchant_countries and blocked_merchant_countries on Issuing.Card#create.spending_controls, Issuing.Card#update.spending_controls, Issuing.Card.spending_controls, Issuing.Cardholder#create.spending_controls, Issuing.Cardholder#update.spending_controls, and Issuing.Cardholder.spending_controls

v918

29 Mar 17:35
Compare
Choose a tag to compare
  • Release specs are identical.