Add support for network_advice_code and network_decline_code on Charge.outcome, Invoice.last_finalization_error, PaymentIntent.last_payment_error, SetupAttempt.setup_error, SetupIntent.last_setup_error, and StripeError
Add support for funding on Charge.payment_method_details.amazon_pay and Charge.payment_method_details.revolut_pay
Add support for amount_requested and partial_authorization on Charge.payment_method_details.card
Add support for metadata on LineItem and checkout.SessionCreateParams.line_items[]
Add support for line_items on Checkout.Session.permissions.update, checkout.SessionCreateParams.permissions.update, and checkout.SessionUpdateParams
Add support for adjustable_quantity and display on LineItem
Add support for request_partial_authorization on PaymentIntent.payment_method_options.card, PaymentIntentConfirmParams.payment_method_options.card, PaymentIntentCreateParams.payment_method_options.card, and PaymentIntentUpdateParams.payment_method_options.card
Add support for payment_method_options on PaymentIntentIncrementAuthorizationParams
Add support for new value invoice.overpaid on enums WebhookEndpointCreateParams.enabled_events[] and WebhookEndpointUpdateParams.enabled_events[]
Codegen for openapi v1370.
Changelog
network_advice_code
andnetwork_decline_code
onCharge.outcome
,Invoice.last_finalization_error
,PaymentIntent.last_payment_error
,SetupAttempt.setup_error
,SetupIntent.last_setup_error
, andStripeError
funding
onCharge.payment_method_details.amazon_pay
andCharge.payment_method_details.revolut_pay
amount_requested
andpartial_authorization
onCharge.payment_method_details.card
metadata
onLineItem
andcheckout.SessionCreateParams.line_items[]
line_items
onCheckout.Session.permissions.update
,checkout.SessionCreateParams.permissions.update
, andcheckout.SessionUpdateParams
adjustable_quantity
anddisplay
onLineItem
request_partial_authorization
onPaymentIntent.payment_method_options.card
,PaymentIntentConfirmParams.payment_method_options.card
,PaymentIntentCreateParams.payment_method_options.card
, andPaymentIntentUpdateParams.payment_method_options.card
payment_method_options
onPaymentIntentIncrementAuthorizationParams
invoice.overpaid
on enumsWebhookEndpointCreateParams.enabled_events[]
andWebhookEndpointUpdateParams.enabled_events[]