braintree / braintree_node

Braintree Node.js library
https://developer.paypal.com/braintree/docs/start/overview
MIT License
334 stars 104 forks source link

Search transactions by update date #220

Closed caferrari closed 1 year ago

caferrari commented 1 year ago

Are there a way to search for transactions by update status? We have the following filters related to dates on search today:

We need a way to find transactions when anything changes, or something that help us with that.

General information

Issue description

would be nice to have something like:

const result = await this.client.transaction.search((search) => {
  search.updatedAt().min(startDate);
});
hollabaq86 commented 1 year ago

👋 @caferrari thanks for reaching out. We currently don't have the ability to search by updated time, but this is a feature I can forward on to the team responsible for our search API to consider.

I know we offer webhooks for certain status changes, but that doesn't encapsulate all transactions.

I'm going to close this issue, since it's not specifically an issue with the SDK, but if folks have continued questions you can always contact Support asking for this feature as well.