Create a checkout sessionAsk AIpost https://api.ducky.ai/v1/billing/checkoutCreate a Stripe checkout session for customers to upgrade.Body Paramsorganization_idstringrequiredThe ID of the organization for which to create the billing session.success_urlstringrequiredThe URL to redirect the customer after a successful checkout.cancel_urlstringrequiredThe URL to redirect the customer if the checkout is canceled.tierstringReserved for future use.Responses 201Billing checkout session created successfully. 400Invalid request, invalid URLs, or customer already has an active membership. 403Organization not found. 500Internal server error.Updated 7 months ago