#Зотов

1 messages · Page 1 of 1 (latest)

silk fulcrumBOT
willow shell
#

Hi, whats your question?

latent mural
#

Hi, thank's how must this form work

#

I put in my keys and what else ?

#

input fiels doesnt work

willow shell
#

What does the console view say?

latent mural
#

Cant find create.php object

willow shell
#

Can you share a screenshot of the browser console?

latent mural
willow shell
#

It looks like your POST request is failing, so you may want to debug that first

latent mural
#

does this method work only with post ? if i put get method for this rout doesnt work ?

willow shell
#

I'm not sure, you built the route and I have no idea what it looks like

latent mural
#

okay but is your example file, how can i do test payment

willow shell
#

The other error seems to indicate that you are using XML instead of JSON, so you may want to look into where that is happening and change it to JSON

#

Also, something tells me that your endpoint isn't http://stripe/create.php. Are you testing this locally?

latent mural
#

yes

#

localy

willow shell
#

What does your client.js file look like?

latent mural
#

moment i redirect to host test

#

Like you example

#

here

willow shell
#

Okay, did you follow that guide? Or did you just download the files?

latent mural
#

just download and put my keys

#

2 week o going cross all you'r guide and cant put popup to my site

willow shell
#

I would honestly recommend figuring out the 404 error before doing anything else. That seems to be the biggest blocker for you right now. Unfrotunately there's not a lot we can do to debug that part, but we're here for questions if you get blocked

latent mural
#

but is you'r code for example

willow shell
#

What's the URL where you downloaded the code?

willow shell
#

I'll need to test this in order to give you a better answer, but that's going to take longer, so I'll need you to create a support thread here: https://support.stripe.com/contact/email

Then DM me your email so I can get back to you

latent mural
#

Ok i will wait

#

Tell me please does it for pop up paid ?

willow shell
#

I don't understand the question

#

Can you rephrase?

silk fulcrumBOT
latent mural
#

I need to create pop up like that but we dont have certificate for payment

brazen dagger
#

Hello! I'm taking over and catching up...

#

However, that's not going to be more or less susceptible to fraud than Checkout. People could just open your payment page over and over again, or interact directly with your underlying API.

latent mural
#

But i dont have PCI DSS

brazen dagger
#

Payment Element does not require you to.

latent mural
#

My problem now, users can dublicate orders with new browser tabs - CTRL + click

#

same ID same discount

brazen dagger
#

Right, but couldn't they also open your payment page multiple times?

latent mural
#

Okay give me please doc for made pop up paid

brazen dagger
#

If you want to prevent that from happening you should only create a Checkout Session for them once.

latent mural
#

What you mean payment page please ?

brazen dagger
#

We don't have docs to specifically make a pop up. The docs for the Payment Element I linked to above show you how to embed the Payment Element on your site; you can embed it in your own pop up, but the pop up part is something you make on your end.

latent mural
#

I already have pop up, but how must work please payment elevent with that ? please show me some example

#

I try to 2 weeks to integrat stripe with that trouble

brazen dagger
#

We don't have a guide specifically for that. I recommend you read through the docs for the Payment Element that I linked above.

latent mural
#

okay moment

#

Does Payment Element work on the pop up ?