#jarcher
1 messages · Page 1 of 1 (latest)
Hi, that just means requires_payment_method as you observed. But can you paste that PaymentIntent Id? pi_xxx I will try to look around if there is some other properties
Hi I checked but yes it is simply the status
I think it also takes into considerations that there is no Charges has been made
so it knows the Customers hasn't attempted
so is it safe to say that the stripe dashboard logic is if (pi.status === "requires_payment_method" && !pi.charges.data?.length) // display incomplete indicating customer hasn't attempted