braintree / braintree_python

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

Include updated_at field in TransactionSearch #145

Closed DaniilLPG closed 1 year ago

DaniilLPG commented 1 year ago

Similar to this ticket (appreciate it's Ruby client), would it be possible to include updated_at field in TransactionSearch? The use case for that is to retrieve the latest data from BrainTree, as right now I have to issue a query per timestamp field, combine transactions and deal with duplicates.

hollabaq86 commented 1 year ago

👋 @DaniilLPG thanks for reaching out. I've gone ahead and forwarded your feedback to our product teams for consideration.

Tacobell3669 commented 6 months ago

Would love to see this feature added. Can't really incrementally update without being able to search by updated_at for transactions, and that means my team ends up having to fully ingest all of our transactions with each run if we want an accurate state (this is typically a 30 hour run 🤦‍♂️)