#seygi
1 messages · Page 1 of 1 (latest)
I believe that's a dashboard only feature, I don't think the API returns this really
in the Bank Account service, this option exists
but in the pm no
so how can I validate if the Payment is verified?, for don't create a payment with bank account unverified
good question, I think this is due to difference in how both APIs work.
Let me check a few things
tks
How exactly are you storing these PaymentMethods?
If you're using SetupIntents then you can check the SetupIntent's status
If it's succeeded then that means that the customer verified the payment method
how can I do this?
(Assuming you're using SetupIntents to store the payment methods)
Once you have the pm_xxx ID, you can call list all SetupIntents API
https://stripe.com/docs/api/setup_intents/list
and use payment_method parameter, that should give you the SetupIntent that was used to setup the payment method
You can check it's status