v4
latestOpenAPI 3.0.22026-08-02109239415.7 KBmanage
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"
}