You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`allow_discount_codes`|*OptionalNullable[bool]*|:heavy_minus_sign:| Whether to allow the customer to apply discount codes. If you apply a discount through `discount_id`, it'll still be applied, but the customer won't be able to change it. |
14
-
|`discount_id`|*OptionalNullable[str]*|:heavy_minus_sign:| ID of the discount to apply to the checkout. If the discount is not applicable anymore when opening the checkout link, it'll be ignored. |
15
-
|`success_url`|*OptionalNullable[str]*|:heavy_minus_sign:| URL where the customer will be redirected after a successful payment.You can add the `checkout_id={CHECKOUT_ID}` query parameter to retrieve the checkout session id. |
| `metadata` | Dict[str, [models.CheckoutLinkUpdateMetadata](../models/checkoutlinkupdatemetadata.md)] | :heavy_minus_sign: | Key-value object allowing you to store additional information.<br/><br/>The key must be a string with a maximum length of **40 characters**.<br/>The value must be either:<br/><br/>* A string with a maximum length of **500 characters**<br/>* An integer<br/>* A boolean<br/><br/>You can store up to **50 key-value pairs**. |
11
+
| `products` | List[*str*] | :heavy_minus_sign: | List of products that will be available to select at checkout. |
| `allow_discount_codes` | *OptionalNullable[bool]* | :heavy_minus_sign: | Whether to allow the customer to apply discount codes. If you apply a discount through `discount_id`, it'll still be applied, but the customer won't be able to change it. |
14
+
| `discount_id` | *OptionalNullable[str]* | :heavy_minus_sign: | ID of the discount to apply to the checkout. If the discount is not applicable anymore when opening the checkout link, it'll be ignored. |
15
+
| `success_url` | *OptionalNullable[str]* | :heavy_minus_sign: | URL where the customer will be redirected after a successful payment.You can add the `checkout_id={CHECKOUT_ID}` query parameter to retrieve the checkout session id. |
0 commit comments