Update Checkout Link
Update title, custom pricing, redirection URLs, or friendly inputs for a checkout link.
Authorizations
Authenticate requests using your standard bearer API key (e.g. YOUR_API_KEY).
Path Parameters
Checkout Link ID
"chk_123"
Body
The friendly display title of this checkout link
100"Winter Bundle Checkout"
Product database/Whop ID to sell
50"prod_123"
Optional collection database ID to sell
50"col_123"
Prefilled customer name for checkout inputs
100"John Doe"
Prefilled customer email for checkout inputs
255"customer@gmail.com"
Prefilled customer billing address line 1
255"123 Main St"
Prefilled customer billing city
100"San Francisco"
Prefilled customer billing state
100"CA"
Prefilled customer billing zip/postal code
20"94111"
Prefilled customer billing country (2-letter ISO)
10"US"
Override quantity for checkout session
1
The absolute URL to redirect to upon successful payment completion
2048"https://mysite.com/success"
The absolute URL to redirect to if a customer cancels the payment
2048"https://mysite.com/cancel"
Whether to display discount input form fields on checkout screen
true
Response
Checkout link updated successfully.
Response message indicating the outcome of the action.
"Checkout link deleted successfully"