Skip to main content
POST
/
checkout-credit
Create credit checkout session
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>"
}

Authorizations

Authorization
string
header
required

Body

application/json

Credit checkout request

The body is of type object.

Response

OK

checkout_url
string