#sayori

1 messages · Page 1 of 1 (latest)

jovial haloBOT
spring sigil
#

Hi, are you trying to see how many payment methods each customer has? Are you able to add more details here so I can better assist?

night vapor
#

I'm interested in

  • total number of Customer entities we have connected on Stripe
  • across all Customers, total number of PaymentMethods all aggregated
spring sigil
#

Then, count the total customers that way.

night vapor
#

Ah, auto paging iter will make this slightly more convenient for me. In the end, this will still call the API the same number of times in total compared to if I use starting_after to page manually, right?

spring sigil
#

Yes, this handles fetching large lists of resources without having to manually paginate results and perform subsequent requests.

night vapor
#

Got it, thanks 👍

spring sigil
night vapor
#

We are working with cybersecurity insurance who is asking us:

Please provide an approximate total unique PII, PHI, and credit card record stored or processed by the applicant or third party vendors

A total count of customers, and how many payment methods we have attached total, should suffice here. Do you have any other suggestions?

spring sigil
night vapor
#

Sounds good, I'll probably check in with email support - we have something on the order of 60,000 customers