Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 9.88 KB

checkoutupdatepublic.md

File metadata and controls

18 lines (14 loc) · 9.88 KB

CheckoutUpdatePublic

Update an existing checkout session using the client secret.

Fields

Field Type Required Description
custom_field_data Dict[str, Nullable[models.CheckoutUpdatePublicCustomFieldData]] Key-value object storing custom field values.
product_id OptionalNullable[str] ID of the product to checkout. Must be present in the checkout's product list.
product_price_id OptionalNullable[str] : warning: ** DEPRECATED **: This will be removed in a future release, please migrate away from it as soon as possible.

ID of the product price to checkout. Must correspond to a price present in the checkout's product list.
amount OptionalNullable[int] N/A
customer_name OptionalNullable[str] N/A
customer_email OptionalNullable[str] N/A
customer_billing_address OptionalNullable[models.Address] N/A
customer_tax_id OptionalNullable[str] N/A
discount_code OptionalNullable[str] Discount code to apply to the checkout.