#morteza_34604
1 messages ยท Page 1 of 1 (latest)
Hi, how can I help?
I have used issuing transactions api in my react native app
the question is
I need a search capability
which I need to search transaction by a field like merchant name
or amount
first: we have a limit in number of transactions how can we search them all
second: how can I filter transactions by a field
Can you set incomming data in a state and perform a search functionality using any react native library or using javascript?
is it even possible
I can
but
the total amount of transactions we get is 100
what if there is more
then we must ask user to wait to search all transaction and then apply filter
?
yes
discuss this regarding your backend team member, he can send you matching results based on your search, and all the other things you want
๐
I'm also
member of back end team
isn't there any way to fetch all transactions at once ?
wait hold on a sec
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
list of all transactions
right
yes
You can use pagination for this: https://stripe.com/docs/api/pagination
or you can store each transactions in DB and perform this functionality
Node JS supports auto-pagination as well: https://stripe.com/docs/api/pagination/auto
ok
did you worked on subscription schedule?
ok
Happy to help.