#DizzyDizz-connect
1 messages · Page 1 of 1 (latest)
I think something like that would work
do you have specific questions about doing it in the API?
Yes, how would i for example at the end of the month fetch all payments of all customers which containing the metadaa {salesTeamId: "sdfskd2392all2"}
or invoices to sum up the total amount i have to pay to a sales person
list all payments and then do the searching in your own code , or look up your database, unfortunately
or use our Search API when it's no longer a beta(https://stripe.com/docs/search-api or get into that beta!) since it's a great fit for this use case
Thanks, I will do it in my own code, would just be great if there already would be a solution, cause the discount and coupon stuff is a litttle bit annoying to sync between database and Stripe