curl --request POST \
--url https://api.getcargo.io/v1/billing/subscription/stripeCreditsCheckoutSession \
--header 'Authorization: Bearer <token>'{
"checkoutSession": {
"url": "<string>"
}
}Create a Stripe checkout session for credits purchase
curl --request POST \
--url https://api.getcargo.io/v1/billing/subscription/stripeCreditsCheckoutSession \
--header 'Authorization: Bearer <token>'{
"checkoutSession": {
"url": "<string>"
}
}Was this page helpful?