curl --request POST \
--url https://api.trieve.ai/api/stripe/checkout/setup/{organization_id} \
--header 'Authorization: <api-key>'
{
"url": "<string>"
}
Update a your payment method to a new one
curl --request POST \
--url https://api.trieve.ai/api/stripe/checkout/setup/{organization_id} \
--header 'Authorization: <api-key>'
{
"url": "<string>"
}
The id of the organization to create setup checkout session for.
Checkout session (setup) response
The response is of type object
.
Was this page helpful?