#benjamin-paymentintent-customer
1 messages · Page 1 of 1 (latest)
Hey @visual karma A PaymentIntent never creates a customer.
You always have to create the Customer yourself first and then associate it with the PaymentIntent
got it. so that is to say that if one were to follow the exact steps in the "Custom payment flow" example here, https://stripe.com/docs/payments/quickstart -- that you'd never end up with a customer created?
(i don't think a customer gets manually created in that example)