#iradwatkins - identity verification

1 messages ยท Page 1 of 1 (latest)

next coral
#

hi there

gusty ridge
#

hello

#

that for the time and attention. i am about ready to throw this computer out the window. lol

next coral
#

could you share the link to the video you're referring to?

#

just want to make sure we're looking at the same thing

gusty ridge
#

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.

next coral
#

are you able to create a verification session?

gusty ridge
#

the buttom does nothing when i click it.

#

can i send you the index and verification pages. i baiscally copied everything.

next coral
#

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

gusty ridge
#

thanks again i been doing so much coffee trying to figure this out i feel like running a marathon. lol

next coral
#

thanks for sharing

#

the code above shows you have a button but no handler for it

gusty ridge
#

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.

next coral
#

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

gusty ridge
#

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

#

sorry for being a brother. really new to this.

safe breach
#

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

gusty ridge
#

ok so let me make sure i am putting the files in the right place.

safe breach
#

Sure, the "right place" is really dependent on your own setup and overall app, not really something we can directly help with unfortunately

gusty ridge
#

this is where both files go correct>

#

in the wordpress folder is where both files would be located yes?

safe breach
#

I don't know, I've never used Wordpress I'm sorry

gusty ridge
#

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?

safe breach
#

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

gusty ridge
#

sorry coffee lol

safe breach
#

this is a really basic example doc, not something you just copy paste and go live with

gusty ridge
#

ok i will ask stripe only question

#
  1. the stripe page inputs are test informaton so all we should have to do is copy it to the html or php file yes
#

?

safe breach
#

Yes, though we expect you to understand the code and adapt it to your own needs

gusty ridge
#

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?

safe breach
#

require 'vendor/autoload.php';
``` I'd flip those I think
#

But again I don't know Wordpress

gusty ridge
#

ok i just did a copy and paste. but ok i will try a little more.

safe breach
#

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?

gusty ridge
#

so let me ask you one last question

safe breach
#

you can ask many more don't worry

gusty ridge
#

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.

safe breach
#

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

gusty ridge
#

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?>

safe breach
#

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

gusty ridge
#

ok can you give me sample code of what i should be lookig for?

quick hemlock
gusty ridge
#

perefecto

quick hemlock
gusty ridge
#

thank you for you help. hopefuly i can get it. thanks aain for you time.