cURL
curl --request POST \ --url https://api.faces.sh/v1/billing/checkout
{ "checkout_url": "<string>" }
Create a Stripe Checkout session for upgrading to the connect plan. Returns a checkout_url the client should redirect the user to.
Note: ‘standard’ and ‘pro’ plans are dormant (existing subscribers only). New subscriptions must use plan=‘connect’.
Subscription plan to upgrade to: 'connect'
Successful Response