#asrob
1 messages · Page 1 of 1 (latest)
Hello. No that won't be reliable. You want to look at the Charges themselves and examine the payment_method_details (https://stripe.com/docs/api/charges/object#charge_object-payment_method_details) which will contain a card_present hash if card present versus just card if not card present.
Oh well. Glad I asked then. I'll take a pass at pulling the charges.
Can I add a feature request that it be added to the larger unified payments export? Likely once we fix this we won't have a need but I can't see real harm in having it.
What exactly is the "unified payments export"? Is that a Dashboard export? (For context we aren't super familiar with the Dashboard since we focus on the API)
I do believe if you are looking to use our Reports API then you should be able to pull a report with this info as well via something like the balance_change_from_activity.itemized.1 which has a payment_method_type column: https://stripe.com/docs/reports/report-types#schema-balance-change-from-activity-itemized-1
Yes, from the dashboard. Thank you I'll look at that as well.
Gotcha yeah we aren't super familiar with the Dashboard exports. But I think you should be able to accomplish this via the Reports API and you can export some of the Reports right from the Dashboard via the Reports tab so I'd check on that and if there is a column for payment_method_type for those exports
Just wanted to circle back and say that yes you can export it from the dashboard in the reports tab like you said. Thank you! Really appreciate it.
🎉