#ThunderBuddy - Customer Export

1 messages ยท Page 1 of 1 (latest)

tight sundial
#

Hi ๐Ÿ‘‹ let me take a look

bright phoenix
#

Thanks!

tight sundial
#

Since this is a developer space, I generally share more code forward solutions here. In this case I would write a script that used our auto-pagination API feature https://stripe.com/docs/api/pagination/auto to loop through all customers and then use the Payment Methods API to get the payment info.

bright phoenix
#

Ok, great. Thank you @tight sundial ! Sorry, I usually ask dev related questions here.

#

Would this question be better at #help?

tight sundial
#

Well, are you looking for a method beyond the scripted approach I outlined? To rephrase I would

  1. Loop through all customers using auto-paginiation
  2. For each customer, get payment methods using the Payment Method API
bright phoenix
#

Yes, thank you again! This is an amazing channel!

tight sundial
#

Great! Happy to help