#mattwoberts
1 messages · Page 1 of 1 (latest)
I think first List Payment Method, filter type = direct debit, then grab all the Customer Ids in the response
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Great! Just trying that out now
Hmm - returns nothing - as does running it for type card...
Docs say "Returns a list of PaymentMethods for Treasury flows" ?
Maybe this only works for getting the PMs for a customer?
ahh hmm sorry
Okie, how about getting all customers first, then get the payment methods of each customer: https://stripe.com/docs/api/payment_methods/customer_list
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.