Stripe
Create a Stripe Setup Intent
First, this endpoint creates a customer in Stripe (if it doesn’t already exist), then it creates an Ephemeral Key for the customer, and finally, it creates a Setup Intent for the customer.
POST
Response
200
application/vnd.api+json
200 Success - Returns the `customer_id` of the authenticated user, created ephemeral key's secret and client secret of the created setup intent.
Stripe's customer ID of the authenticated user (or new one if unauthenticated).
Secret of the created ephemeral key.
Client secret of the created setup intent
Was this page helpful?