#juicy-SetupIntent

1 messages · Page 1 of 1 (latest)

fathom portal
#

Hi there, when the SetupIntent is succeeded, you will find a payment_method in the SetupIntent object.

wise agate
#

Thanks! And when the Payment Method has been detached from the Customer this is no longer set?

fathom portal
#

You mean whether the SetupIntent's payment_method will be set to null when the same payment_method is detached from the customer?

wise agate
#

Yes. That would be right.

fathom portal
#

Hmm, I didn't test this flow, but I guess it will stay there, Do you want to test it out by yourself?

wise agate
#

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.

fathom portal
#

you can also detach it from dashboard

wise agate
#

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?

fathom portal
#

Maybe you can tell me what you want to achieve here?

wise agate
#

I need to fetch all SEPA setup intents (across all customers) that are "active".

fathom portal
#

I see, an easier way is via Sigma, are you a Sigma user?

wise agate
#

No. I don't know it.