cURL
curl --request POST \ --url https://api.thundercompute.com:8443/v1/checkout-credit \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data '{}'
{ "checkout_url": "<string>" }
Create a Stripe checkout session for purchasing credits
Credit checkout request
The body is of type object.
object
OK
Was this page helpful?