#juicy-SetupIntent
1 messages · Page 1 of 1 (latest)
Hi there, when the SetupIntent is succeeded, you will find a payment_method in the SetupIntent object.
Thanks! And when the Payment Method has been detached from the Customer this is no longer set?
You mean whether the SetupIntent's payment_method will be set to null when the same payment_method is detached from the customer?
Yes. That would be right.
Hmm, I didn't test this flow, but I guess it will stay there, Do you want to test it out by yourself?
Yes, did that. The payment_method is still there.
I think I have to store more information about payment methods in my application database to handle this efficiently. Can payment methods be detached from a customer only via API?
If it's not possible via Dashboard, I would not be concerned about data consistency.
you can also detach it from dashboard
So there is no way for the response of "list setup intents" to filter for setup intents acctually in use i.e. referenced by a customer?
Maybe you can tell me what you want to achieve here?
I need to fetch all SEPA setup intents (across all customers) that are "active".
I see, an easier way is via Sigma, are you a Sigma user?
No. I don't know it.