v4
latestOpenAPI 3.0.22026-08-02109239415.7 KBmanage
Retrieve data relevant to connecting to Stripe.
get/manage/api/stripe_subscription
Query parameters
organization_idstring required
Workspace to set up Stripe for. Caller must be OWNER, ADMIN, or MEMBER of the org.
isBusinessboolean
Whether the subscription is intended to be used for business or personal use.
Response
API subscription content related to connecting to Stripe
Example response
{
"stripe_subscription_url": "stripe_subscription_url",
"stripe_billing_url": "stripe_billing_url",
"stripe_payment_setup_url": "stripe_payment_setup_url"
}