#Зотов
1 messages · Page 1 of 1 (latest)
Hi, whats your question?
Hi, thank's how must this form work
I put in my keys and what else ?
input fiels doesnt work
What does the console view say?
Cant find create.php object
Can you share a screenshot of the browser console?
It looks like your POST request is failing, so you may want to debug that first
does this method work only with post ? if i put get method for this rout doesnt work ?
I'm not sure, you built the route and I have no idea what it looks like
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?
What does your client.js file look like?
Okay, did you follow that guide? Or did you just download the files?
A demo of a card payment on Stripe
just download and put my keys
2 week o going cross all you'r guide and cant put popup to my site
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
but is you'r code for example
What's the URL where you downloaded the code?
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
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
Hello! I'm taking over and catching up...
You can create a custom modal to take payment using the Payment Element: https://stripe.com/docs/payments/payment-element
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.
But i dont have PCI DSS
Payment Element does not require you to.
See here under the Checkout or Elements tab: https://stripe.com/docs/security/guide#validating-pci-compliance
My problem now, users can dublicate orders with new browser tabs - CTRL + click
same ID same discount
Right, but couldn't they also open your payment page multiple times?
Okay give me please doc for made pop up paid
If you want to prevent that from happening you should only create a Checkout Session for them once.
What you mean payment page please ?
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.
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
We don't have a guide specifically for that. I recommend you read through the docs for the Payment Element that I linked above.