#Зотов
1 messages · Page 1 of 1 (latest)
How can I help?
Hi, I try to made popup paid by stripe, and need little help with payment, please give me more with little thinks consuiltation
Yes, you need to call confirmCardPayment from Stripe.js when you click the 'pay' button in your form: https://stripe.com/docs/payments/accept-a-payment?platform=web&ui=elements#web-submit-payment
Yes, but as you're using the Card Element (not Payment Element), it's confirmCardPayment: https://stripe.com/docs/js/payment_intents/confirm_card_payment
if you're using the CardElement you want this guide instead : https://stripe.com/docs/payments/card-element .
iT's ready code ?
Now i Really dont understand what next step )
for me
I'm going by that doc, and show your video, what must be next step for me and what doc I must use ?
https://stripe.com/docs/payments/accept-a-payment?platform=web&ui=elements#web-submit-payment
try sharing the code you've written and which part you're specifically stuck with and what the problem is.
that is the backend code. What does the frontend code look like?
in that backend code, what are you doing with $paymentIntent after you create it?
if you read the guides, the way it works is you would create the PaymentIntent on the backend, and then pass the details to the frontend, where you call a function like confirmPayment or confirmCardPayment when the pay button is clicked. It's explained/documented/has examples in the docs.
I will replace creat function of Intent for pay button after that when I finished all flow.
I dont know where i must send request for cart charge
When i Click Pay, what code must call ? in what doc ?
you call a function like confirmPayment or confirmCardPayment
if you showed me what your frontend code looks like right now I could probably give you a more specific pointer.
ok, I can share you gitlab project ?
as you wish
for what login ?
well I'm not working for you or joining your project so I'm not giving you an email or something
if you have a public link to your code that I can look at, I can do that. Or you can post the code in text form here if that's easier.
nothing in that code seems to relate to Stripe
where is the code that you wrote that corresponds to the popup with the card input as shown in 0:37 of the video you posted?
I will open for you analityc
after that close
moment please
I will sen you form files
what else you need ?
so you wrote your own HTML code that collects the card number and details?
you are not using our frontend library stripe.js or Elements?
that's the backend. I asked about the frontend.
For front nothing
but the answer is yes, you are using your own HTML inputs for the card inputs.
is your business PCI certified and able to submit a PCI DSS declaration every year? https://stripe.com/docs/security/guide#validating-pci-compliance If not, you can not do payments this way and touch the raw card details yourself.
I highly suggest you start over completely and use our official guides from step 1.
About PCI I will give you answer little later, but my questiom can I made popup paid on my site wo certificate but with you libriries.
I need just made popup paid on the site, beacouse now it create by new tub on browser and create a lot off froud troubles
I don't understand what you're saying.
Just look
what was your specific question?
Did I can do the popup payment with stripe without PCI certified ?
Did you understand what our problem with stripe page ?
you can use our official products like Checkout or Elements to accept payments without needing to be PCI certified. Elements can be integrated into a popup if you wish.
Please show me, becouse another your admin show me this way what i do alredy
with that case how long can be that integrate ?
I can't tell you how long it will take you to implement something, that depends on your own details and requirements and resources.
Give me please ready checkout popup elements
we've shared plenty of links to our docs and examples and answered your questions. We can't help more and we are not writing your website for you.
give me please link for official products like Checkout or Elements to accept payments without needing to be PCI certified.
It's wab page or pupup ?
It's a webpage
I need popup
You can find a preview of each integration (Checkout or Element):
https://stripe.com/docs/payments/quickstart
When using Stripe Product you don't need PCI certified if you use Stripe Element or Checkout.