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
Create a Stripe Setup Intent
Response
200 Success - Returns the customer_id of the authenticated user, created ephemeral key's secret and client secret of the created setup intent.
Mark the payment intent as confirmed, and move the order to the complete state
Previous
Create an Adyen Payment Session
Next
Create a Stripe Setup Intent

