Confirm a checkout session using a Stripe confirmation token.
Field | Type | Required | Description |
---|---|---|---|
CustomFieldData |
map[string]components.CheckoutConfirmStripeCustomFieldData | ➖ | Key-value object storing custom field values. |
ProductPriceID |
*string | ➖ | ID of the product price to checkout. Must correspond to a price linked to the same product. |
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. |
ConfirmationTokenID |
*string | ➖ | ID of the Stripe confirmation token. Required for fixed prices and custom prices. |