Get Stripe Portal Link
POST/api/v1/internal/account/organizations/:organization_id/stripe-portal
Get a link to the Stripe customer portal using the configured Stripe API keys.
This endpoint uses the environment's STRIPE_API_KEY instead of Airbyte Cloud's, allowing different Stripe configurations per environment (test keys for dev/staging, production keys for prod).
Supports three flows:
- portal: General billing portal access (manage subscriptions, view invoices)
- payment_method: Update payment method specifically
- setup: Initial Stripe checkout to collect payment method
Request
Responses
- 200
- 400
- 403
- 422
- 500
Successful Response
Bad request
Forbidden
Unprocessable entity
Internal server error