#ndorr-setupintent-removal

1 messages · Page 1 of 1 (latest)

frozen widgetBOT
tulip hamlet
#

Not as far as I know. Can you tell me more about what trouble is being caused by the Setup Intents still being around?

lucid quest
#

ndorr-setupintent-removal

fair imp
#

The problem is that I want to use a single query to display payment methods for a customer. Querying on payment methods misses ACH accounts that are not yet verified. Querying on setup intents includes payment methods but I don't know how to filter out detached payment methods.

tulip hamlet
#

Ah gotcha. Trying to think of if there is a good way to filter those out on the setup intent call.

#

It might be a viable workaround to make two calls here. One for fully set up payment methods and one for setup intents for pending ACH accounts

lucid quest
fair imp
#

What if I want to replicate the view in the Stripe dashboard of the "Payment Methods" un customer overview?

lucid quest
#

then you'll need to do 2 calls, but I wouldn't personally. Or you can simply cache all of this in your own database (that's what I'd do honestly)