#jarcher

1 messages · Page 1 of 1 (latest)

modern adderBOT
arctic tiger
#

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

iron fulcrum
#

pi_3LxzN7HSJkhrwczh1v64FUf8

#

thanks @arctic tiger

arctic tiger
#

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

iron fulcrum
#

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

arctic tiger
#

I can't say for sure, but looks like it

#

We don't publish the Dashboard spec (and it is subjected to change), but I think that condition is reasonable enough