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.
Related
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.
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)
I wanted to know if it's possible to make a chatbot for workplace with Dialogflow and if it is how?. Because I made one just to test it, on a facebook site a created. I want to make the same one for my workplace. I would appreciate some help. Thank you very much.
the Workchat of Workplace works exactly as Messenger so quick answer is yes. Once you have created your chatbot you can go in the Integrations page in Dialogflow and activate the integration with Messenger. You will have to put there the access code that you can create from the Integration dashboard from Workplace (admin panel --> integrations --> create custom integration).
The Workplace integration must have, at least, permissions for:
- Message any member
and the webhook configured for Page --> Messages
I hope this helps
Depends on what you want to do?
Suppose you are making a chatbot for HR.
Yes, you can do that by starting with FAQs (Frequently asked questions). This is the best thing to start as it's not very complex.
Yes, you can link it to Facebook where people in your workplace can access this chatbot on Facebook chat.
Let me know if you need more information
Yes it´s possible!
You need to create the bot inside the Workplace, and link inside Dialogflow same as you did with Facebook.
If you need some help, ask me!
I have a requirement where i need to integrate Stripe payment gateway to my Hybris storefront. While doing R&D in help.hybris.com i have come across two things, CIS framework and payment extension. CIS framework provides one of the service called cispayment. So what my question is, what is the difference between cispayment and payment extension. Which has the more advantages? and what should i go with.
P.S. I have searched for stripe in Hybris marketplace, unfortunately i found nothing there.
You need a lot of customization for integrating payment mode. You can check OOTB payment providers. Also you can check adyen integration at https://github.com/Adyen/adyen-hybris
You can do both with and without CIS extension along with Payment extension. Only at the time of authorisation, you will be using CIS API instead of payment extension's API directly if you choose to use CIS API. I hope you are choosing to prefer to do Generation and Settlement in ERP instead of Hybris in case it is still not implemented. That way you will save cronjob and delay in settlement and also keep ERP payment scalable.
Payment extension if available should always be used, this will lead you to not change your code when you are upgrading hybris version. The payment extension will also be upgraded by vendor at that time. If you don't use extension, you will have to unjar the library and do your changes which is as tough as it sounds.
I have uploaded an app to the app store, and now I want to implement In App Purchase Subscription Model. I have followed the tutorial step by step but didn't find the link to Manage In App Purchase. I am appending an image also. Please have a look and let me know where I am wrong. Thanks in advance!
and also I can't see this icone on my iTunesConnect Home page!
YOu gotto get the Contracts in place to sell paid apps/in app purchases. Plz make sure u submit the contact, tax & bank info.
Hope this will help you...
https://developer.apple.com/appstore/resources/inapppurchase/subscriptions.html
We really should thank Apple for wonderful documentation (No sarcasm intended :)