curl --request GET \
--url https://api.trieve.ai/api/stripe/payment_link/{plan_id}/{organization_id}
This response does not have an example.
Get a 303 SeeOther redirect link to the stripe checkout page for the plan and organization
curl --request GET \
--url https://api.trieve.ai/api/stripe/payment_link/{plan_id}/{organization_id}
This response does not have an example.
id of the plan you want to subscribe to
id of the organization you want to subscribe to the plan
SeeOther response redirecting user to stripe checkout page
Was this page helpful?