#biellz1221
1 messages · Page 1 of 1 (latest)
Hello 👋
I don't believe the API supports that.
https://docs.stripe.com/api/payment_intents/list
An alternative would be to store the currency of the PaymentIntent in its metadata and then using the Search API to look through them
https://docs.stripe.com/api/payment_intents/search
However, you'd need to backfill the previous payment intents in order to get this to work
Would this be possible using Sigma?