Help with creating a payment method with Stripe JS

I am trying to use Stripe.JS for a single payment and I have followed this tutorial step by step https://www.youtube.com/watch?v=MgN236e0Vqo

I believe I am unable to get the first step complete by creating a payment method as per picture below. I’m not sure if stripe requires more information past what was discussed in the tutorial video but I’ve set it up the exact same way. I have a workflow for unsuccessful transactions if the PaymentMethod couldn’t be created and this continues to execute. This is giving me the impression my set up for creating a payment method is failing.

Does anyone have any feedback for me? Thanks in advance, lmk if you need more details.

Hey, could you share the stripe logs - I think it’ll be more clarifying

Thank you for asking, I’ve checked Stripe and there are no records of logs. I’m not sure if there would be a record of “Create PaymentMethod”. What are your thoughts?

Please enable console logs, open the page, hit F12 to open developer tools, click on tab console, now proceed with the operation, maybe you’ll see more detailed message of the error.

Thank you for the suggestion but I’m not sure what you mean or how to do that.

Which page am I navigating to in order to enable console logs?