Releases: stripe/openapi
Releases · stripe/openapi
v927
- Add support for
email
andphone
onIdentity.VerificationReport
,Identity.VerificationSession#create.options
,Identity.VerificationSession#update.options
,Identity.VerificationSession.options
, andIdentity.VerificationSession.verified_outputs
- Add support for
verification_flow
onIdentity.VerificationReport
,Identity.VerificationSession#create
, andIdentity.VerificationSession
- Add support for new value
verification_flow
on enumsIdentity.VerificationReport.type
andIdentity.VerificationSession.type
- Add support for
provided_details
onIdentity.VerificationSession#create
,Identity.VerificationSession#update
, andIdentity.VerificationSession
- Change
Identity.VerificationSession#create.type
to be optional - Add support for new values
email_unverified_other
,email_verification_declined
,phone_unverified_other
, andphone_verification_declined
on enumIdentity.VerificationSession.last_error.code
v926
Release specs are identical.
v925
- Add support for
zip
onPaymentMethodConfiguration#create
,PaymentMethodConfiguration#update
, andPaymentMethodConfiguration
v924
- Add support for
subscription_item
onDiscount
- Add support for
discounts
onInvoice#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[]
, andSubscription
- Change type of
Invoice.discounts
fromnullable(array(expandable(deletable($Discount))))
toarray(expandable(deletable($Discount)))
v923
- Remove support for value
2024-04-03
from enumWebhookEndpoint#create.api_version
v922
- Add support for
promotion_code
onInvoice#create.discounts[]
,Invoice#update.discounts[]
,InvoiceItem#create.discounts[]
, andInvoiceItem#update.discounts[]
v921
- Change type of
Checkout.Session#create.payment_method_options.swish.reference
fromemptyStringable(string)
tostring
v920
- 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
, andPaymentIntent.payment_method_options.swish.reference
to be required
v919
- Add support for
allowed_merchant_countries
andblocked_merchant_countries
onIssuing.Card#create.spending_controls
,Issuing.Card#update.spending_controls
,Issuing.Card.spending_controls
,Issuing.Cardholder#create.spending_controls
,Issuing.Cardholder#update.spending_controls
, andIssuing.Cardholder.spending_controls
v918
- Release specs are identical.