Using stripe connect in development without client id - node.js

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.

Related

how to integrate stripe sca 3d secure django oscar

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

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

backend stack for React native

Thinking of creating an APP in react native that does the following:
Minimal social media w/ feed, pictures, comments, likes, profile
etc.
Redender locations from a Database on a map
store those locations in a database for quick queries
Make API calls from third party source that updates the Database,
database then updates the map.
Messaging / group chat
Search Database
secure
handle payments
Authentication
I have been looking around and there so much information I don't know where to start. There nodes.js, express, hapi, straps,django......
Please can you guys provide some STACK suggestions and reason to why??
Well, I do not see why you need to re-invent the wheel.
Most of the features you need can be implemented via some chat platforms like ConnectyCube. You can use this backend and implement only client-side. I believe it should be easier for you.
The only feature left is payments. This part depends on what you need to use for payments.
If you need to implement in-app purchases and are going to publish your app in AppStore, then you need to set those purchases via Apple.
Otherwise, your app can be rejected by Apple.
Here is some info about in-app purchases.
For Android here is a useful article on setting in-app purchases via Google Play.

Is there a simple and clean way to develop and test collaborative Spotify Platform applications?

I have an application I am building for the Spotify Platform that involved communication among individual users of the application. I can not simply have friends download my code and test it unless they are developers. I could create two accounts and have each be a developer. Of course that would involve creating a fake Facebook account against their terms of service. Even if I do this for development, how do I do I share this with my family and friends to get feedback without them applying for a developer account?
What is best practice for developing and testing a collaborative Spotify Platform application?
UPDATE: It looks like Facebook doesn't explicitly not allow multiple accounts by an individual anymore. It simply says: "You will not create more than one personal profile."
Simple answer, find a friend or family member that is willing to fill out the simple form to be a spotify developer :-)

Resources