#yogeshInvideo
1 messages · Page 1 of 1 (latest)
hello! can you share the corresponding object id? e.g. prefixed with src_ or pi_
pi_1LzvzoBQzictNbDFVr3Pbssa
we renamed the PaymentIntent statuses in the version 2019-02-11 : https://stripe.com/docs/upgrades#2019-02-11
Yes, that I'm aware. But it renamed required_source to requires_payment_method
But 3DS is handled when status is requires_action
gimme a second, still looking at the PaymentIntent
you mentioned that it used to be required_source_action, do you have an example of that?
Examples as in? you want pi?
yeah, the PaymentIntent id
pi_1LpmigBQzictNbDFpf2tPyjE
hmmm, pi_1LpmigBQzictNbDFpf2tPyjE is really old and there's not much detail i can see on it anymore i.e. i can't see the status. In any case though, what you'd need to do is to collect a new payment method since requires_payment_method is the equivalent of requires_source
On a side note, you should really use a webhook endpoint version that matches your current API version. Right now your webhook endpoint version is from 2018 (which is really old), but your API version is 2019.
Our webhook has an API version
2018-09-24
But let me try with another account where we've API version of 2022
requires_payment_method does this mean I've to collect card details again?
yes, if it's in requires_payment_method, you should collect the card details again : https://stripe.com/docs/payments/intents