#rstupek
1 messages · Page 1 of 1 (latest)
Hi 👋
Can you share an ID for a Setup Intent that you received?
seti_1NIZJbGd1oVRCRjwjuBtVUfE
This setup intent was created without a Customer associated with it.
So the confirmation created the Payment Intent
https://dashboard.stripe.com/test/logs/req_mWq7iENwVLKk3A
but it did not associate it with any Customer
Setup Intents can be created with a Customer for creating single use payment methods
https://stripe.com/docs/api/setup_intents/create
ok let me see where I screwed it up!
so you can create the intent with no customer? I missed that.. thanks for the help
while I have you, will the payment_methods only include valid, non-expired methods?
I'm not sure what you mean here
You have a set of payment method types turned on for your account.
if a customer has a setup payment method, a couple of years go by and the card expires, will it continue to be returned by the https://api.stripe.com/v1/payment_methods call
Yes because it's still associated with that customer
ok thanks