braintree / braintree_python

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

Increase Page size #125

Closed mohamedfawzy96 closed 1 year ago

mohamedfawzy96 commented 3 years ago

Is there a way to increase the page size of the transactions returned with batch ids using the search function ?

hollabaq86 commented 3 years ago

👋 @mohamedfawzy96 sorry for the delay. Page size is currently set by our search API and not something that can be set externally by merchants.

That said, I forwarded your feature request to our Search team for them to review, and I'll leave this issue open to track interest.

hollabaq86 commented 3 years ago

Also want to mention that you may want to look at the work we're doing with GraphQL as we do support paginating results with GraphQL requests.