#rushikeshRL

1 messages ยท Page 1 of 1 (latest)

eternal trenchBOT
pallid mountain
#

๐Ÿ‘‹ happy to help

#

would you mind elaborating please?

wicked urchin
#

this statuses are present in the payments on the stripe dashboard, but they are not there if I get payment intent details using API.

pallid mountain
wicked urchin
#

the values are not matching that what I am trying to say. For the failed payment as well the API is returing as payment_method_required but on the stripe dashboard it is showing failed status. How to get failed status using API?

pallid mountain
#

which Stripe API version are you using?

wicked urchin
#

apiVersion: "2022-11-15",
If you check status feild of the payment Intent in the typescript , there also failed status is not present

pallid mountain
#

the status failed won't be really on the PaymentIntent itself but rather on the latest_charge

wicked urchin
pallid mountain
wicked urchin
#

what about the partially refunded and refunded status?

#

@pallid mountain

pallid mountain
#

you would also need to see the charge object

wicked urchin
#

@pallid mountain thank you very much for the help

pallid mountain
#

sure let me know if you need any more help