#hexer
1 messages ยท Page 1 of 1 (latest)
๐ happy to help
yes you can filter on status https://stripe.com/docs/search#query-fields-for-payment-intents
yeah i just doing that
but each payment intent have that inital status
searching like this:
'query' => 'status:'requires_payment_method'',
would you mind sharing the request ID?
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
i want only ones that have only that status, nothing else after that one
cannot find any dev log with "search" event
would you mind sharing your account ID?
sure
acct_1LPiMfI089SQClcr
are you searching in live or in test mode
live
I saw a search API call in test mode
when I tried 'query' => "status:'requires_payment_method'"
I only received the right result
what did you get that you think shouldn't be part of the list?
this PI has a status of requires_payment_method
yeah, but there were also other actions/status changes .
i want explicitly to fetch only payment intents that have "Payment started"
nothing after
you'd have to filter them yourself