curl --request POST \
--url https://api.example.com/payment-methods/create-setup-intent/{
"client_secret": "<string>"
}Creates a secret from stripe to send to the frontend that allows the customer to talk directly to stripe.
curl --request POST \
--url https://api.example.com/payment-methods/create-setup-intent/{
"client_secret": "<string>"
}Successful Response