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>"
}Documentation Index
Fetch the complete documentation index at: https://docs.truestate.io/llms.txt
Use this file to discover all available pages before exploring further.
Successful Response