how to integrate stripe sca 3d secure django oscar - stripe-payments

I have seen this same question asked before but I believe the feature in stripe is still relatively new and not much information on Google, I'm a newbie at this but it keeps me up at night, can someone please share ideas of how to implement stripe payment intent in django Oscar and then confirming the payment on the client side? Right now I followed the Google group that discusses how to do it using charges api, I have converted the instructions for creating a Paynent intent but cards requiring authentication each time is failing, I am also not 100 %/ sure how to implement subscriptions when django Oscar checkout process is a 2 step process
Any feedback is greatly appreciated

https://github.com/dj-stripe/dj-stripe
try thisproject It is strip integrating with django-oscar

Related

Gupshup whatsapp bot estimated implementation time

Hello we are a small team looking to implement a Gupshup/Whatsapp bot.
We are wondering how long does it take for this kind of bot to setup and have in working order?
apologies if is not a technichal question, but we are not sure where else to ask.
You can ask Gupshup directly and they will be able to help better. From WhatsApp's perspective, once you create your account on Facebook Business Manager and add your WhatsApp number, it goes through an account review which typically takes around 2-3 days and once that is approved, you can start sending messages right away. However, some of these businesses like Gupshup have sandbox experiences at times that give you this experience within minutes without having to go through the entire flow.
There are two parts to the implementation. One is business registration with Whatsapp linked with vendor like Gupshup and the other is coding implementation.
These both can be achieved anywhere from one to two months depending on the use case.

Using stripe connect in development without client id

Hi I'm not sure if its a bad question but I've been trying to look for an answer for some time but just couldn't seem to find one. I am building my first personal project using MERN stack and it is a platform that allows sellers to sell their products to users. I found out that stripe connect is very suitable for this purpose but the documentation says that I must register my business in order to be able to use stripe connect. Given that I'm not actually planning to launch this web app, it is merely for my own learning, is there a way that I can still use stripe connect without having to register? help is very much appreciated thanks
You're more than welcome to use all of Stripe's feature's for testing and learning without having to incorporate first. You can sign up and use our all our APIs including our Connect APIs with test keys:
https://dashboard.stripe.com/register.
A good place to start after signing up is the development quickstart: https://stripe.com/docs/development/quickstart
It might also be worthwhile checking out the many Stripe developer office hours videos available on Youtube: https://www.youtube.com/c/StripeDevelopers/videos
I found out stripe also provides test client id at https://dashboard.stripe.com/test/settings/applications which I can use to integrate stripe connect into my app.

Can I list my past transactions with the paypal api in node js

Because I don't really have access to my online bank account for a while. I wanted to see how much money I have made and how much I gave out and want to create an app to keep track of that.
My problem is my income goes direct into my bank account and my payments are trough PayPal. So my question is how can I get my past PayPal transactions?
I don't really find anything about that and the PayPal Documentation just confuses me
Thanks for the Help
The Transaction Search API is quite limited in its capabilities and use cases.
Instead, log in to https://www.paypal.com/signin and click on the Reports tab. Use the Activity Download, and choose csv format if desired

credit card payment expressJS

hello guys currently i am stuck on payments with nodejs and i googled it and most of tutorials are using Stripe, my question: is stripe safe ? i want to implement something like netflix payment, it takes X amount of $ from credit card every month
can it be implemented with stripe, or there is more advanced payment library or module (in npm). thank you
if you can please link tutorial for the most used,safe and user-friendly payment system for nodejs and exprssjs (and if it matters for MongoDB(mongoose) too)
Stripe is a really good payment system, you can definitely use if for this purpose. There are other systems out there as well of course, but Stripe is certainly one of the better ones.
Check out this library:
https://github.com/stripe/stripe-node
There's also a nice tutorial from Stripe here:
https://stripe.com/docs/checkout/express

Is is possible to create a Stripe refund action in Zapier?

The create refund action is currently in pipeline on the Stripe integration for Zapier and isn't supported as of today. Support at Zapier suggested that I should post a question here to see if someone could point me in the right direction for creating this (if at all possible). Maybe the "Code by Zapier" or "Webhooks by Zapier" integration is a workaround that can be used? https://stripe.com/docs/refunds
David here, from the Zapier Platform team. That's definitely something you can do, though it'll take some programming work on your part.
You'll need a Stripe API key (which can be found in your dashboard). You'll want to use a Code by Zapier step in your preferred language and make the request described here: https://stripe.com/docs/api/curl#create_refund. You'll need to get access to a charge id, which could be pulled from a New Charge trigger or Find Charge action.
Hopefully that points you in the right direction!

Resources