Subscribe
Create subscription checkout
Create a subscription checkout or billing-management URL only after the user confirms. The request never completes payment by itself.
post/subscribe
Request body
Example request
{
"tier": "pro"
}Response
Billing URL
Example response
{
"url": "https://xquik.com/billing/session",
"status": "checkout_created",
"message": "Billing session created"
}