Remove support for values billing_policy_remote_function_response_invalid, billing_policy_remote_function_timeout, billing_policy_remote_function_unexpected_status_code, billing_policy_remote_function_unreachable, and payment_intent_fx_quote_invalid from enums Invoice.last_finalization_error.code, PaymentIntent.last_payment_error.code, SetupAttempt.setup_error.code, SetupIntent.last_setup_error.code, and StripeError.code
Add support for payment_method_options on ConfirmationToken
Add support for payment_element on CustomerSession.components and CustomerSessionCreateParams.components
Add support for address_validation on Issuing.Card.shipping and Issuing.CardCreateParams.shipping
Add support for shipping on Issuing.CardUpdateParams
Change Plan.meter and Price.recurring.meter to be required
Codegen for openapi v1123.
Changelog
billing_policy_remote_function_response_invalid
,billing_policy_remote_function_timeout
,billing_policy_remote_function_unexpected_status_code
,billing_policy_remote_function_unreachable
, andpayment_intent_fx_quote_invalid
from enumsInvoice.last_finalization_error.code
,PaymentIntent.last_payment_error.code
,SetupAttempt.setup_error.code
,SetupIntent.last_setup_error.code
, andStripeError.code
payment_method_options
onConfirmationToken
payment_element
onCustomerSession.components
andCustomerSessionCreateParams.components
address_validation
onIssuing.Card.shipping
andIssuing.CardCreateParams.shipping
shipping
onIssuing.CardUpdateParams
Plan.meter
andPrice.recurring.meter
to be required