You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to put together a report of transactions by payment method type such that the output would be grouped by values like credit card, debit card, paypal, etc.
It looks like the field that should contain this data is payment_method.account_type based on your API docs however I don't see any transactions (in my account) where the payment_method.account_type field exists.
Below are the payment method fields I see in the payment_method dict when fetching a transaction. Can you recommend a way to access the type of a given payment method?
I'm trying to put together a report of transactions by payment method type such that the output would be grouped by values like credit card, debit card, paypal, etc.
It looks like the field that should contain this data is
payment_method.account_type
based on your API docs however I don't see any transactions (in my account) where thepayment_method.account_type
field exists.Below are the payment method fields I see in the payment_method dict when fetching a transaction.
Can you recommend a way to access the type of a given payment method?
The text was updated successfully, but these errors were encountered: