Create billing checkout session
post/billing/checkout
Request body
Example request
{
"mode": "payment",
"plan_id": "plan-basic",
"amount": 100
}Response
Checkout URL
Example response
{
"success": true,
"data": {
"url": "https://checkout.stripe.com/pay/xxx"
}
}