#Harpreet-bank
1 messages ยท Page 1 of 1 (latest)
It should still be inside the SetupIntent object https://stripe.com/docs/api/setup_intents/object#setup_intent_object-next_action-verify_with_microdeposits-hosted_verification_url
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
As long as you have the SetupIntent Id saved somewhere, you can retrieve the URL again
How I can get that URL through setup intent id?
or how I can retrieve setupintent object by setupintent id?
๐ Taking over from orakaro
You can use Setup Intent retrieval API: https://stripe.com/docs/api/setup_intents/retrieve
Can I get setupintent id from payment method id?
No, that's not supported
Is there any other way to get setupintent without setupintent or we have to save setupintent id ?
There's no other way to get SetupIntent without SetupIntent ID. Saving SetupIntent ID is the only way