curl --request POST \
--url https://api.getcargo.io/v1/billing/subscription/setupIntent \
--header 'Authorization: Bearer <token>'{
"setupIntent": {
"clientSecret": "<string>"
}
}Create a Stripe setup intent for adding payment method
curl --request POST \
--url https://api.getcargo.io/v1/billing/subscription/setupIntent \
--header 'Authorization: Bearer <token>'{
"setupIntent": {
"clientSecret": "<string>"
}
}Was this page helpful?