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:
linkset: redirect the browser to this Stripe Checkout URL to complete payment setup. This is what you get wheneverpayment_method_idis omitted.clusterset: an existingpayment_method_idwas charged successfully and the cluster is created; no further action is needed.requires_actiontrue, withclient_secretandcluster_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
- 200
OK