Create a Stripe checkout session for lifetime deal purchase
POST
/billing/api/v1/lifetime-deals/checkout
Request Body
Email and price ID
Required
emailstringrequired
price_idstringrequired
return_urlstring
Example:
{
"email": "string",
"price_id": "string",
"return_url": "string"
}Responses
200
OK
Response Fields:
checkout_url(string)
Example:
{
"checkout_url": "string"
}400
Bad Request
Example:
{
"key": "value"
}500
Internal Server Error
Example:
{
"key": "value"
}