#Amer Bearat
1 messages · Page 1 of 1 (latest)
HI 👋
Do you have an example of the Payment Request or Charge object this is associated with?
pi_3MyN6uLcZsW8iWbK3gmIC4D0
The confirmation request was not sent to Stripe API until 2023-04-20 23:05:24
That's when we process the charge
Here's the request; https://dashboard.stripe.com/logs/req_NDI2IOiDAIJtLo
hmm ok
is there is a way to query on updated not created time for payment intent using rest api
to get all payment intent was updated last hour for example
Unfortunately no
But this payment intent was created on 4/18 and was in a state of requires_payment_method until 4/20 when it was confirmed in the customer's browser
So you would have received a payment_intent.payment_succeeded event when that occurred
ok thanks