Well, all is in the title.
I have a Sylius website which works fine with Stripe but I have to upgrade the Stripe implementation to be ok with 3D-Secure obligations.
Well, as Stripe is already installed when generating a Sylius project, I can't figure out how to do.
I get the Stripe documentation but where do I make changes in Sylius ? Stripe Bundle ? Payum Bundle ?
Can anyone help me with this ?
Regards.
This is not a proper question for stack overflow, please read the guidelines.
The current implementation of Stripe on Sylius doesn't support 3D secure which is why it has been depreciated. You might want to check Combodo's Sylius Stripe plugin I got it working in my current 1.7 project but that uses Stripe Checkout not Stripe JS, for Stripe JS you are gonna need your own implementation. There are leads for you on that github issue: https://github.com/Payum/Payum/issues/804, maybe #lolmx solution would help get you going.
Update: I've implemented #lolmx solution in my project, it does take some work but it works.
Related
I'm doing an e-commerce with Stripe Checkout as a personal project. Following the official guide, I've built a working implementation but I have a question: how can users delete their credit card data after asking Stripe to remembering it?
I tried to use stripe.paymentMethods.detach but it did not work.
Thanks in advance. Sorry if I made a mistake, I am new as developer and I am learning English too.
I know the question is pretty generic, but I'm currently developing a web app using the AdonisJS framework and I'm trying to implement the possibilty of buying things on this website with Stripe. To do so, I've looked up several different methods to properly include Stripe into this project, but none of them seemed to work for me. So I wanted to ask, if anyone has experience with that and could help me out with an optimal way to accomplish that.
Thanks in advance.
I have managed to create a Checkout Button for my Wordpress Site (using Divi) to accepts my customer's payment details and directly passes them to Stripe's servers.
Now, I need to create charges using Stripe’s API and my server-side code to process charges.
I am quite lost here having never done this before. Could someone tell me by step by step how to proceed?
Welcome to stackoverflow!
Maybe you could consider using a plugin for wordpress like: https://nb.wordpress.org/plugins/stripe/
You dont seem that familiar with PHP so i highly recomend using a plugin instead.
EDIT:
If you prefer to make this yourself take a look at stripe docs here: https://stripe.com/docs/quickstart and maybe consider looking at this tutorial https://www.youtube.com/watch?v=EildM6OMcoQ (This guy is awesome)
Any one please give me some brief idea about how to use stripe with node.js. Any sample code please. Any help will be appreciated. thanks in advance
You can check the Node Version of the Stripe Library in their official documentation:
https://stripe.com/docs/api/node
Apart from the official docs, there's a Github repo for Stripe Nodejs Library
https://github.com/stripe/stripe-node
Hope it helps.
You can connect to Stripe API using this node package Stripe Node.js Library
It provides convenient access to the Stripe API from applications written in server-side JavaScript.
Hi I am totally new to Nodejs, but would anyone point me in the right direction on how I can quickly get Nodejs running with Google/facebook/openid single sign-on and google checkout integration.
Cheers
Passport package seems to be the best. You can find a lot of useful modules on node wiki page in GitHub.
For Single Sign On, check out Passport-SAML module
https://github.com/bergie/passport-saml