#Edmond-dev
1 messages ยท Page 1 of 1 (latest)
Hello ๐
what exactly are you seeing in the SetupIntent response?
The setup intent response Id is req_QkcYomZpIPJcPy
That's the creation request though, you'd see the PaymentMethod once you confirm the SetupIntent.
We have a guide here
https://stripe.com/docs/payments/save-and-reuse?platform=web#web-create-intent
I see. I followed the guide, But Instead of explicitly listing the payment methods, I set automatic payment method to true.
That's fine. what you need is step 5
collect the payment method details using Stripe.js
Once you confirm the SetupIntent with those details in Step 6, you should see a PaymentMethod in the response.
I have a frontend everything is configured and working. I saw a customer list function on the charge customer from what you posted in step 7. I think it must be the way to do it. Thanks.
๐