#alecpope-paymentintent-search
1 messages · Page 1 of 1 (latest)
Hello! You can use the Search API for this: https://stripe.com/docs/search#query-fields-for-payment-intents
Hi, thanks for the response!
I don't see an example where my value is an array. There are examples for status:"processing", but nothing like status:["proccessing", "requires_action"]
You can use the and operator: status:"processing" AND status:"requires_action"
The actual syntax varies, but should be possible!
I will try, thanks!
alecpope-search-api-syntax