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
CustomFieldData map[string]components.CheckoutUpdatePublicCustomFieldData Key-value object storing custom field values.
ProductID *string ID of the product to checkout. Must be present in the checkout's product list.
ProductPriceID *string : 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 *int64 N/A
CustomerName *string N/A
CustomerEmail *string N/A
CustomerBillingAddress *components.Address N/A
CustomerTaxID *string N/A
DiscountCode *string Discount code to apply to the checkout.