#Celsian
1 messages · Page 1 of 1 (latest)
Hi there! Do you know the approximate time frame for when CashApp was enabled?
Not really, but I do know when it was shut off.
I can make some educated guesses as to when it became available.
Got it. You could list invoices for a time frame: https://stripe.com/docs/api/invoices/list
Then loop through each invoice and expand payment_intent.payment_method for each invoice
Ok, that works for me, thank you.