#arsal_ahmad
1 messages ยท Page 1 of 1 (latest)
No, actually I have my website in Wordpress
And I want your identity verification redirect in my website
I did research and was Un able to find a single video or article
So could you please help me out that would be great thanks
does your account already have been added to the identity program?
sorry I didn't get a clear answer to my question
do you already have access to the identity feature in your Stripe account?
would you mind sharing your account ID?
what you need to do is create a verification session https://stripe.com/docs/api/identity/verification_sessions/create
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
with a return url https://stripe.com/docs/api/identity/verification_sessions/create#create_identity_verification_session-return_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.
that redirects them back to your website
once you do you will get a session with a URL https://stripe.com/docs/api/identity/verification_sessions/object#identity_verification_session_object-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.
that you can then use to redirect your user to the verification session