cURL
curl --request GET \ --url https://rest.compute.cudo.org/v1/billing-accounts/{id}/setup-intent \ --header 'Authorization: <api-key>'
{ "clientSecret": "<string>", "id": "<string>" }
Retrieves a setup intent for adding a payment method to a billing account.
Bearer HTTP authentication. Allowed headers-- Authorization: Bearer <api_key>
A successful response.
Was this page helpful?