#rdhelms
1 messages · Page 1 of 1 (latest)
Hi! Let me help you with this.
I don't know much about reports. You mean you want to know how many customers used apple/google pay?
Yes, exactly
We can see whether an individual customer has used Apple Pay or Google Pay by looking at their payment and invoice, but we'd like to see an overall count of how many users choose to pay using a wallet
You can check the wallet in the Charge.payment_method_details.card.wallet.type: https://stripe.com/docs/api/charges/object#charge_object-payment_method_details-card-wallet-type
You can list all Charges: https://stripe.com/docs/api/charges/list
Or listen to webhook event charge.succeeded: https://stripe.com/docs/api/events/types#event_types-charge.succeeded
Maybe there's a better way with reports, but, as I said, I don't know much about it.
Yeah I hadn't been able to find anything in the dashboard. Seems like we should be able to get it with the payment method details, though - thanks
Happy to help!