#iradwatkins - identity verification
1 messages ยท Page 1 of 1 (latest)
hello
that for the time and attention. i am about ready to throw this computer out the window. lol
could you share the link to the video you're referring to?
just want to make sure we're looking at the same thing
the doc tell me to test by goign to the url and devoplers mode but still not sure if i am looking at the write thing.
this is my page link
this is teh support doc i am following.
are you able to create a verification session?
the buttom does nothing when i click it.
can i send you the index and verification pages. i baiscally copied everything.
sure, sample code would be helpful! also, i recommend looking at your browser console logs when you click the button in case any errors are returned
thanks again i been doing so much coffee trying to figure this out i feel like running a marathon. lol
thanks for sharing
have you continued on to this step? https://stripe.com/docs/identity/verify-identity-documents?platform=web&type=modal#add-an-event-handler-to-the-verify-button
the code above shows you have a button but no handler for it
let me make sure i sent the right page that is the verfaction page you are speaking of yes.
or is this something i should be doing off page
becuase i think all i did was copy the code.
the step i linked highlights additional javascript that you'll need to handle the button click. the event listener script can be added to your html or you can create a separate javascript file for it
i am really new to this.
so let me you a question
the index file is in two places.
does it matter where it is.
yes i did not send you the correct fale
fail let me see
I added it and now the page is loading slow. http://54.196.240.192/verification.html
sorry for being a brother. really new to this.
I'm not sure I understand what you mean unfortunately and we can't look at your page ourselves, we can't trust it
But really if you follow our docs step by step it will work easily
Alternatively, instead of using the client-side code, you could redirect to the VerificationSession's url: https://stripe.com/docs/api/identity/verification_sessions/object#identity_verification_session_object-url
ok so let me make sure i am putting the files in the right place.
Sure, the "right place" is really dependent on your own setup and overall app, not really something we can directly help with unfortunately
this is where both files go correct>
in the wordpress folder is where both files would be located yes?
I don't know, I've never used Wordpress I'm sorry
ok now woudl i have a conflict if i was in text mode but using live apis?
or the reverse?
but i should. honestly just have to copy the code from the page you sent me adn add it to the folder yes?
I'm sorry I don't follow you ๐
If you have never done this before you might want to hire a freelancer tobuild this for you
sorry coffee lol
this is a really basic example doc, not something you just copy paste and go live with
ok i will ask stripe only question
- the stripe page inputs are test informaton so all we should have to do is copy it to the html or php file yes
?
Yes, though we expect you to understand the code and adapt it to your own needs
ok great i just think i am missing something. it always simple but i will delete the page and go step by step again on the verfaton page.
the index page look correct to you?
require 'vendor/autoload.php';
``` I'd flip those I think
But again I don't know Wordpress
ok i just did a copy and paste. but ok i will try a little more.
You're the developer, you control the code here entirely. You can add logs everywhere to try and narrow down what's happening. Step 1: is your VerificationSession being created?
so let me ask you one last question
you can ask many more don't worry
i should only have two pages to worry aboout
the index page and the verifaction page.
just trying to make sure i am not missing a page somewhere.
the number of pages don't really matter
you could do it all in one file, it doesn't really change anything
you need to
1/ Create a VerificationSession
2/ Either do a full page redirect to the URL for that VerificationSession (what I explained), or use our Stripe.js library to show the verification modal straight on your page
i feel like a idoit i was using the wrong www.
ok i will try now thank you again
ths means something not correct coorrct?>
correct though unclear what
what happens when you click on that red line in the first screenshot?
ah that's the second screenshot, it's a UI I am not familiar with
so yeah whatever your code hits when you call create_verification_session is not returning what it should be
ok can you give me sample code of what i should be lookig for?
This guide to Verification Sessions has sample code snippets: https://stripe.com/docs/identity/verification-sessions
perefecto
Specifically this section I think is what you're working on now: https://stripe.com/docs/identity/verification-sessions#client-secret
thank you for you help. hopefuly i can get it. thanks aain for you time.