OpenAPI 3.0.22026-08-13115250435.7 KB
e7f5f98d7fdb
manage
Retrieve the Stripe billing portal URL for a specific organization
get/manage/api/organization/billing_portal
Query parameters
organization_idstring required
Base64 encoded organization ID to retrieve the billing portal for
Response
Billing portal URL retrieved successfully
Example response
{
"has_stripe_setup": true,
"stripe_billing_url": "stripe_billing_url"
}