Skip to main content

Create a dedicated cluster.

POST 

/clusters

Starts creation of a dedicated cluster for an organization. Provisioning begins once payment is settled, and the response tells you what is needed to get there — exactly one of three shapes:

  • link set: redirect the browser to this Stripe Checkout URL to complete payment setup. This is what you get whenever payment_method_id is omitted.
  • cluster set: an existing payment_method_id was charged successfully and the cluster is created; no further action is needed.
  • requires_action true, with client_secret and cluster_id: the payment method needs additional authentication (3DS/SCA). Complete the returned PaymentIntent client secret inline with Stripe.js; the cluster already exists and provisions once payment confirms.

Request

Responses

OK