#khoi
1 messages · Page 1 of 1 (latest)
Hi there! I'm not sure if there's a Dashboard export/report for this but there's a way to do this using the API
You can list all card PaymentMethods: https://stripe.com/docs/api/payment_methods/list
then iterate through the results to look for any that have a card.wallet.type of apple_pay: https://stripe.com/docs/api/payment_methods/object#payment_method_object-card-wallet-type
I recommend checking in with our support team if you have any questions about Dashboard reporting specifically: https://support.stripe.com/?contact=true
gotcha. thank you
another unrelated question
my user went through stripe express connect successfully acct_1MIdVg2fkPfhNA30
however, i dont see it in our connect account list and we aren't able to make charges on behalf of this account
do you mind taking a look to see what's going on before i scrub his entry in our db so he has to reconnect Stripe
i dont see this in error logs either
looking!
thank you
ah, looks like the connection between that express account and your platform was removed after the platform tried to reuse the authorization code received during the OAuth flow
this likely means something in your code is trying to reuse authorization codes
it was recommended to move away from oauth express onboarding right?