braintree / braintree_python

Braintree Python library
https://developer.paypal.com/braintree/docs/start/overview
MIT License
241 stars 155 forks source link

'BraintreeGateway' object has no attribute 'report' #115

Closed dmitriyshashkin closed 4 years ago

dmitriyshashkin commented 4 years ago

General information

Issue description

I tried to access the report using the documentation here. https://developers.braintreepayments.com/reference/request/report/transaction-level-fees/python

Got the following error: AttributeError: 'BraintreeGateway' object has no attribute 'report'

hollabaq86 commented 4 years ago

👋 @dmitriyshashkin, thanks for reaching out. I apologize that our docs are inaccurate, this feature is only available in the Java SDK or via GraphQL API.

I'm going to forward this along to our Docs team to remove this page, but in the meantime, you can use GraphQL to retrieve this information programmatically.