braintree / braintree_python

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

Retrieving all subscriptions and transactions #93

Closed mpclarkson closed 6 years ago

mpclarkson commented 6 years ago

General information

Issue description

It is possible to retrieve all customers via braintree.Customer.all() and all plans via braintree.Plan.all() but the all method does not exist for Transactions or Subscriptions.

How can these these be retrieved efficiently? I don't want to find or search - I need the complete lists.

Many thanks

jaypatel512 commented 6 years ago

Hey @mpclarkson !

Unfortunately, we do not have all available for transactions and plans. We recommend merchants to keep track of all the transactions and subscriptions. To fetch a subset of data, you can easily use search with proper parameters.

adrianforsius commented 4 years ago

When a search reach the limit how is the data returned concatinated?

crookedneighbor commented 4 years ago

@adrianforsius reach out to our support team for assistance https://help.braintreepayments.com/