36 comments found.
Hi, I would have a question: can you also add the creation of virtual and/or physical cards?
hi!
this script aims to make it easier to create an online marketplace. the issuing of virtual/physical cards wouldn’t make much sense in this context, so it isn’t planned to add this.
if you are not too familiar with the stripe api, and need to create a marketplace, this script would help you massively to understand how the stripe api works, with example to create customers, payments, record what’s happening in a webhook, all of that. from there, you will better understand the api and should find it much easier to approach the issuing of virtual/physical cards.
hope that helps! 
My interest will focus towards the management of corporate payments, therefore the registration in my platform of companies, the creation of physical and virtual cards, therefore the management of employees’ company expenses. My company has an ISSUING account with Stripe so I am authorized to issue company debit cards. Do you make paid customizations of your script?
i see. it sounds like this script will make you save a lot of time, all the onboarding process is done (that’s the most complicated part to code), you’ll have basic examples of how to list data from stripe using the api, how to make payments and receive the payments information, how to add customers, ...
if you have a php developer, or are one yourself, reading the code of this script, as well as the documentation i added to it, will help you to understand the stripe api very well. from there, you/your developer should find it a lot easier to integrate stripe issuing.
i would be happy to assist you/your developer via a screen sharing call on where to start with issuing, but won’t be able to offer customizations at the moment.
we can discuss this more directly if you would like, you can click on my username and then email me from there. 
ok, i send you an email, thanks
Hi there, I am interested to buy your code to use stripe connect services, can you please turn into a WP Plugin we can install it on our sites ?
Thanks!
hi there!
thanks for your interest in the script. i don’t know how to make wordpress plugins; the script is meant to be modified to the buyer’s own needs, as everyone has different applications of it, different pricing models etc, so it doesn’t sound realistic to offer a plugin that can cover every needs. if you know how to make a wordpress plugin yourself though, then the script will still save you a lot of time to understand how to stripe connect works and i’m pretty sure that you can reuse a good part of the code and just adapt what’s needed for wordpress.
I have implemented your code and nearly all functions work except when using live stripe codes. I get an error on account creation saying the US Tax id must be 9 digits. I have made sure it is 9 digits without the dash. The account gets created on stripe but the code stops because of the error. Any suggestions?
hello, and thank you for your purchase! 
it sounds like this in an error returned by stripe via their api, not from the code itself. to start with, could you please try to: - create a new account so you can get the error message again - check, on the stripe dashboard (be sure to look at it in “live” mode), what error do you get in the log of error/success messages? that’s in “developers > logs”, the error message you get should appear in red in the list and then please send me by private message (click on my username, then”email legibe” in the right column) the array of data (that will contain the error message) you get, so i can see what i says?
thank you!
Hi, I have checked this product and see attached video. but i didn’t found demo link where i can check its functionality that how its working, can you please provide me a link so i can check its functionality.
I am asking because i am developing a site and need to integrate stripe connect and stripe express in site with following functionailty: plan create, one time payment, subscription (recurring payment), split payment, etc…
Hi, do you offer customization? Id like to request a budget to implement this in my marketplace. Thanks in advance
Hello! I will be completely busy in the next 6 months at least, and won’t be able to offer customization or implementation. At best, I can offer a screen sharing session with your developer to help them figure out everything even faster than with the information attached in the “Read me” file and the comments in the code.
Any plans to update this script?
Hi! To this date, the script uses the Stripe Connect API version 2020-08-27, and Stripe has only published two updates since then. The latest API version is 2022-11-15 and the modifications are listed here: https://stripe.com/docs/upgrades#api-versions In short, nothing that the script uses has been affected, so if you download it today, you can just change the version from “2020-08-27” to “2022-11-15” in the php file containing the API settings (alongside the API keys, countries you want to support, etc) and upgrade the SDK to the latest version using composer, and you will be ready to go without modifying the code. That being said, I took note to upgrade all of that in the script when I’ll be back from vacations, it won’t take long and it should reassure future buyers like yourself, so thank you for asking! Have a good week.
Hi again! as promised, I just updated the script with the latest API/SDK. Enjoy if you need the script! 
Is this download missing files
Hi!
it shouldn’t, no… is there something you cannot find?
The installation instructions are in the “Read me” file, if you follow these steps, you should be able to set up the script in just a few minutes.
Please tell me more so I can help, you can even click on my profile and send me a direct message so I’ll receive an email and from there we can even share screenshots if needed, okay? 
Hi, I’m well acquainted with stripe but need to use Connect for compliance and regulatory reasons. From my understanding, there is express, standard, and custom from connect. Your software is probably custom and does it support standard and express? Thanks.
Hi!
Yes this script uses “custom” accounts, which is the most complex integration of Stripe Connect, where you have a total control of the user experience on your website, and also a lot more work for the onboarding/information collection and update.
After it’s been requested in the comments here, I’ve made a separate script for “express” accounts, and without any explanation whatsoever from CodeCanyon, they didn’t approve it, so you won’t find it here. If you use Google with my username and the appropriate title of the script, you should find it easily (I guess I’m not allowed to share the link here).
Beware of the differences of these two types of accounts and choose the right one for your needs, it depends if you want to go faster or have time and want a totally white-label experience for your users, mostly. Also important to know; it’s not possible to create “express” accounts, and make them evolve into “custom” accounts alter on.
If you have any other questions, please don’t hesitate. 
Do you have an email or any other method I can send you privately? I want the one here on code canyon. I can write you publicly here but have to put my platform name as it is a video sharing platform. Let me know if we can communicate privately or continue publicly here, no problem.
You can go to my profile and use the contact form, it will send me an email with your email address so I can reply to you directly and you can tell me about your platform without writing its name publicly here. 
Hello. First of all I apologize for my English. I’m starting a Marketplace and now I’m in the process of setting up a proper payment system. All the interventions I have done on my code I have relied on other programmers, because I am not a programmer. You probably already know the things I’m going to tell you below, but I wanted to understand a little more about this script of yours. As the owner, I cannot (by law) have all the money deriving from every single sale that takes place in my Marketplace directly into my current account, because I am not a product merchant, but, in practice, I only sell a service and web space . Here in Europe there is a law on the consumer’s right of withdrawal, which in practice means that a user who buys online has 14 days to communicate his intention to withdraw the product, and subsequently, he has another 14 days to return the product to the seller. therefore, this implies that the owners of the Marketplace must take the necessary time before paying the sellers, otherwise there is a risk that if you pay the sellers immediately, and then receive a request from a user who wants to return the product, the steps for money transfers they become numerous and uncontrollable, with the risk that some of the sellers will not pay. I have a few questions if you could kindly answer me.
1 – What does this script add to the things you can already do from the stripe administration panel, just the fact that you can integrate it into the platform or does it do something else? 2 – I understand that you do not offer the installation and configuration service, right? 3 – In my Marketplace I have the possibility to establish a different commission for each seller. In this case, in a hypothetical shopping cart, a user decides to put different products belonging to different sellers. At the time of payment, is your script able to consistently divide the money between various sellers (each for its products) and the related commissions assigned to them? 4 – Since you don’t have targeted and optimized documentation to understand, configure and install the code, don’t you think that this requires a lot of work and study, even for a probable programmer that I will have to hire to do everything? 5 – Can you please tell me approximately how many hours of work a programmer would need to understand, install and configure everything?
hello 
i will try to answer the best way i can:
- for the regulations in europe and how you should process payments etc on your platform, i encourage you to contact stripe’s support, they will be able to answer your questions, and you can write to them in your own language. for different projects, i contacted them in english, french and german, and they answer accordingly, whether it’s by email or phone.
- basically, when you create a connected account using the api, you can specify how long do you want to hold the money before processing any payouts to the connected accounts. so you can send the payouts only 30 days after a payment is done, for instance. that will be part of your terms of sales, it will protect your connected accounts and platform, that’s probably the best thing to do. to do this, when creating the connected account with api, you want to set: settings.payouts.schedule.delay_days = 30 here is the stripe documentation in php about this parameter when creating a connected account: https://stripe.com/docs/api/accounts/create?lang=php#create_account-settings-payouts-schedule-delay_days
1 – the script is mostly about doing what you can do in stripe’s dashboard, but instead of doing it manually, your users can do everything by themselves on your website, and you don’t need to do anything. imagine having to ask the name, address, phone, photo of id card/proof of address, etc etc to all your connected accounts, ask them usually several times because they will often forget to give one information, and then fill that in on stripe dashboard: it could work if you only aim at having a few connected accounts, but if you plan on creating a bigger marketplace, it would be just impossible to manage. and then of course, in addition to this big part, the script has the code for the actual online payments, lists the information in your dashboard, allows your connected accounts (or admins in your platform’s backoffice) to do refunds, ...
2 – no, i do not offer to install the script on your platform, because it takes a lot of time and i’m already busy enough, and of course depending on your current code, i might not be able to do it anyway, for instance if your code is using a framework that i don’t know, or many other reasons. the best i could do, is to offer kind of a consulting service as a freelance, where i could help your developer to navigate the code, answer their specific questions, explain how to browse the documentation of stripe’s api, that sort of things. if that’s something you could need, we can discuss it in terms of needs and budget, but of course, that’s not a service that’s included with the licence of this script you would pay here on codecanyon.
3 – yes! when a payment is done, the script will calculate the fees and dispatch the right amounts to all the concerned connected accounts (the sellers).
4 – your developers definitely will need to spend time understanding stripe connect, ideally before they start, but they can also just install the script (i attached a text file with the explanations to do so) and open each file to read the code and understand things little by little. in general, i’ve added a lot of comments to explain what the code does, where to find more information about this or that, etc, as well as many comments on how stripe works, because my idea was really to save as much time as i could to other developers. with what i get from reading your message, i’m sure you already understood that stripe connect isn’t the easiest/fastest thing to learn, because it covers soooo many possible needs for sooo many different kind of platforms! that being said, it’s one of the best, if not the best api i’ve ever used, the code is really made easy, the documentation is amazing, and stripe’s support very good at answering relatively fast and accurately to any of your questions.
5 – it’s impossible for me to give you a clear number of hours, really… it depends on your platform’s needs, if they are simple (one country and one currency only, simple fees, nothing crazy) or complex (many countries, different currencies, complex fees, complex rules on different things, ...), on how experienced your developer is with APIs and PHP and programming in general, and if they get things fast or not… everyone’s brain is different and some people find more difficult to use APIs and are more at ease with learning new frameworks, let’s say, and vice versa… you see what i mean. so let’s say that you have simple needs, as shown in the demo video/screenshots and that your developer has worked just a few times with apis, and is good in php (not beginner, and not especially having 20 years of experience either), and never worked with stripe connect’s api before, i think they might need 2 to 5 weeks of integration with this script, depending on how fast they get it and again, how different your platform’s needs are compared to this script. two weeks being, let’s be fair, very optimistic.
hope that helped! if you have any other questions, please don’t hesitate. 
Thanks for the reply. As for my part, I mean the non-technical part, let’s say you were very informative. You will probably have your reasons if you have chosen this strategy of selling this type of product without the relative services, this is a real pity, however, that she has not found a way, perhaps even by relying on others, and to also offer installation services and configuration, I see a lot of potential in this regard. I’m telling you this because for someone like me who has to put everything together it becomes quite expensive in terms of time and money value. To do the math, just to understand each other, you said in point 5 that it will take 2 to 5 weeks for a programmer, I take 4 weeks as an example, therefore, 4 weeks for 5 working days are 20 days, 20×8 working hours = 160 hours, 160×50 Euros as an average = 8000 Euros, the cost of your code is also added to this cost, in the end the cost will be around 8313 Euros, and this only for stripe as a payment system, but obviously I have to add at least paypal and bank transfer. (Speaking of paypal, what stripe-like service would be to do the same thing, is this?: https://developer.paypal.com/docs/multiparty/) Excuse me, perhaps this intervention of mine will seem a bit superfluous to you, but I wanted to give you this feedback to reflect, first of all on her, but it also applies to me since I am interested in this script, as the above calculations indicate, the only cost of your script is much less than the work done and totally finished, with the aggravating circumstance that if you do the services you know your code well (or someone else who does it for you and who knows the code as well as you) I assume it is much less expensive and very reassuring for a probable buyer like me. For now, I’m planning on configuring the code for shipping on my Marketplace, and in the meantime that this work goes on, I’m taking some time to understand if this is the right script for me, and if so they decided what to do. I still wish you well with the sales, because for what my word is worth, I can tell you that you have done a great job.
hi again 
actually, if you are using stripe connect, then you don’t also need a bank system, as this is what stripe does: you can pay by credit card and many other methods, and will get the money on your bank account. i think adding a bank system would be a lot of work and all of that, just to make things confusing for your end users that will then have too many options to pay. the link you shared on paypal’s website is the right tool for the job, yes. i don’t know it at all though, as it’s fairly new and i’ve never had to integrate it so far… i can only imagine how hellish that will be, as their APIs are a nightmare to use for developers. maybe you can start simple and just integrate stripe, and then, when you start generating money and want to develop more/have the ressources for it, integrate paypal as well?
in terms of costs for the platforms, what you need to consider in the maths is that your developer, without this script, will need a LOT more time to integrate stripe connect to your platform. this script will save them weeks (certainly months!) of research and tests on how to integrate stripe connect, and that’s exactly what my intention was when making this script reusable: be a time saver. and time being money…
personally, i don’t want to integrate stripe connect on everyone’s platforms all year along, i have projects on my own that i choose to focus on. i’m happy to help another developer via screen sharing as a freelance job, because when i started to discover stripe connect, i really wish i could find someone who knew what i now know, and could help me get started, someone i could ask all the questions i had, and i couldn’t find that at the time. that would have saved me so much time, that paying someone a few hours for that would have saved me a lot of time too.
it’s not my style to try and push people to buy this script and i prefer people to buy it only if they need it, and to ask all the questions that they may have before they do, so they can be sure that this is what they need. maybe a good idea would be to share this script with your developer and let them decide if they feel like it might help them? and they can also ask me questions of course, if they have any doubts!
thank you for the “great job”! 
Ok, your perspicacity and clarity has helped me understand even more. Surely, when I have to start doing something about it, I’ll pass the ball to the programmers. Maybe we took a little longer with these posts, but I needed to understand if this script is right for me, I honestly think it was worth the pen, and I also hope that this information will also be useful to other people who are interested in the script . Greetings, and I renew my best wishes.
glad to read that you understand things better and i guess, have a better idea on what’s to do next for your project.
it’s always important to ask questions, that’s for sure!
thanks again and have a good week 
excellent script, I like it a lot, I have a question, is it possible to receive payments from many accounts connected to a stripe account? That is, a payment relationship of many to one, example 10 connected stripe accounts at the time of receiving payments, only my stripe account receives a commission of 2% of each connected stripe account
hi! 
thank you for your message, much appreciated!
so, check this link https://stripe.com/en-gb/connect and look at the “control how funds flow” part to see the different payment flows that stripe connect allows.
basically, receiving payments from several customers (or connect accounts) to the platform (or to one connected account) can only be done one by one. i don’t know what is your idea here, so let’s say that you offer a service, like a coaching session for ten people. you can ask the ten participants to pay for the same thing, and treat that on your website etc, but in the eyes of stripe it will be ten separate payments, each with their own fees, identifiers, times, etc. so there will be ten persons paying for the same coaching session (just as you could have ten persons buying the same tshirt if you were selling tshirts) and either: - they all pay to the platform, the platform keeps 2% and dispatches the rest to the coach selling the coaching session - they each pay to the coach, minus a 2% fee for the platform on each payment - they each pay to the coach, and the coach later on will need to pay 2% of the total amount of the coaching session to your platform
just a side note, don’t forget the stripe fees in your business model, which depending on different variables, might exceed the 2% of your platform fees!
i’m not part of stripe so i probably can’t think of all the possibilities you have and even more considering that i don’t know your project, i’m here to answer any questions you have regarding the script though!
if you have questions on how stripe works, please send them an email (https://support.stripe.com/contact/email), they respond quickly and with care!
if you have more questions on my script, please tell me more about your service so i can get a clearer idea of your needs instead of potentially answering something irrelevant!
if you dont want to share it publicly, then click on my profile on codecanyon, there will be a form to send me an email.
have a good end of day/week!
thanks for the answer is what I need, charge a commission for each connected account, like shopify that charges its customers according to the chosen plan. one question… for the division of funds to work each payment must be made through the integration or can it be through the same stripe account?
sorry, i’m not sure to correctly understand your message, so for what i get:
- shopify uses subscription plans rather than single time payments. my script doesn’t offer a working example of subscription plans as such, it focuses mostly on the onboarding process for the connected accounts and shows basic examples of how to make single time payments, retrieve information from stripe and all of that, right? so you will need to change the payment process pages to integrate subscriptions instead of single time payments, the stripe documentation will help you with that (here is a helpful link to it: https://stripe.com/docs/billing/subscriptions/designing-integration ). this script being specifically made to be easily modified to fit any platform’s needs, you will see that it won’t be a problem to do so at all. same goes with the webhook, that you will need to adapt to deal with recurrences of payments… no big deal. and then yes, you can charge a fee for the first payment of a subscription, as well as each recurring payments that will follow.
- after your platform receives a payment from a customer, you can either send the money to the involved connected accounts immediately, or can do it periodically, as a “payout” where you would, let’s say once a month, send their due money to all of your connected accounts, for all the sales they did that month.
i’m not sure if that answers your question though, please don’t hesitate to ask me again if it doesn’t answer it. 
I explain: what I need is the following:
I have a SAAS platform which creates unlimited ecommerce or ecommerce websites for each client. My interest is that each of my clients obtained a stripe account but that they cannot access said account, only I could access it, this is necessary because from the same saas platform I need to charge the 2% commission automatically for each sale made by any of the clients affiliated with my platform.
Example: An owner of a women’s clothing store registers and obtains his own ecommerce, he can also obtain his own stripe account or simply leave his bank account to hurt the stripe account, so when he sells any clothing to someone of your clients automatically 2% should come to my stripe account.
Example: Shoe sold for 100 dollars, stripe charges 2.9% + 0.30 cents, and my platform charges an additional 2%, the rest must reach my client affiliated with my platform.
That is what I need
hi 
it really sounds like a typical use of stripe connect, so this script will be perfect for you.
your accounts (those creating a ecommerce website on your platform) will need to go through the onboarding process of stripe, to fill in information like their name, address, phone number, send their id card etc, because your platform needs to follow the KYC (Know Your Customer) regulations.
so with this script, you get: - the onboarding process - the single time payments, when your end customers (the person buying the $100 shoes to the ecommerce website) buys something - the webhook, which is the file on your server that receives the information when a payment is done, and distributes the money to the connected account. the webhook says a payment of $100 has been done, you calculate 100 – stripe fees – platform fees” (100 – 2.9+0.3 – 2 = 95.4) and send $95.4 to the connected account.
besides integrating everything this script offers, you will need to work a little more to integrate the payments of subscriptions that your connected accounts will pay to your platform if they do pay one, and you’re good to go!
hope that helps 
Great!!! would like to know if you can do that integration. Could you tell me the cost?
i’m currently busy on a long mission, so i won’t be able to accept more work now, you will need to find a (good, ideally) php developper if you are not one and don’t have one in our team…
Now the project is fully developed, the membership system and everything is ready, all you have to do is integrate stripe connect, already stripe is integrated, it’s a codecanyon script in laravel. Do you think you can evaluate it and tell me if you can do the job or not?
oh, so clearly no, i won’t be able to because i don’t know laravel at all…
you should find a developer that can do that, don’t hesitate to ask for a quote from different freelancers to get an idea. they can still use this script to accelerate their work and charge much much less to you for their work integrating stripe connect as you need for your website! don’t forget to mention that you need someone who knows laravel because not every developper does, some use other frameworks, some, like me, don’t use any.
1. Do you need a stripe account to get started??
2. Can you receive payment to the bank account created?
3. How can you(the admin) withdraw funds, and how???
hi there! 
1: yes, it’s free and you don’t need to verify it while in dev mode. you only need to do so when you will switch to the production mode, as you can imagine, as your account will deal with money.
2: stripe will do the bank transfers to the bank accounts you’ve added, using the API. you can easily modify the behavior of the script regarding transfers, if, let’s say, you want to do like codecanyon, that only send transfers once a month instead of immediately when a transfer is made.
3: you can specify your bank account (using its IBAN, routing numbers, SWIFT or other account numbers depending on the countries) for your platform’s stripe account and withdraw your funds to you bank account, of course, yes! that’s something you will do on stripe’s website though, and not from your website/with the api.
if you have any other questions, please don’t hesitate. 
have a good day!
Hi! I purchased and am using your script for Stripe Connect. I had it all working in test mode but when I went to deploy I’m getting the following when I try to Create an Account (after submitting photo ids etc):
“When not in test mode, account tokens may only be created using your application’s publishable key. You should only create account tokens in your client application (e.g., using Stripe.js or the Android or iOS SDKs) and never from your application server. Creating account tokens from your application server may cause you to fall out of compliance with certain regulations. site:stackoverflow.com site:stackoverflow.com”
I have the proper live keys in place, and the whole point of the script was to make these tokens on the application server. Did they change their flow to no longer work with the code I bought or is there something simple that I’m missing? My whole application is built and working (in test mode) and this is a very significant barrier for me. Thanks in advance!
Dan
hi dan!
unfortunately i can’t manage to reproduce this issue to enquire on why are you getting this… :-/
i think the easiest and fastest would be for you to contact the dev team at stripe as they will instantly know what’s happening! there is a live chat/irc channel where there’s always someone to answer these kind of questions, here is the page on how to contact them: https://support.stripe.com/questions/contact-stripe-support
please let me know if you managed to find what was wrong with them, otherwise please contact me by message (clic on my author profile, there will be a contact form) and we can see what could we do, alright?
hope you can get your website live soon!! 
Do you have a demo account
hi! it’s not possible to provide a demo account as this interacts with a stripe account… you can watch the demo video that shows all the features of the script and i’m happy to answer any additional questions you might have 
i ACCIDENTALLY PURCHASED THIS ITEM. I HAVE NOT DOWNLOADED IT. PLEASE PROVIDE A FULL REFUND.
will check with the envato team what can be done, i indeed can’t just refund you like this and have no indication as if you have downloaded the item or not. please be patient while this is being reviewed and meanwhile, be careful not to buy a tesla if you visit their website! 
Hi Gibbs, I am still trying to analyze how I would use this script and I am struggling. Please help me answer this question: If this a fully working SaaS product or is this a code generator that I can use to create an app? Your video demo shows code generated after you take some actions. Please elaborate.
hi!
the idea is that if you are building an online marketplace (such as amazon, fivrr, deliveroo, ...) using stripe connect (which is stripe’s tool for marketplaces), then you can use this script as a basis for your own needs. it basically integrates all the actions you will need such as the onboarding process for the different sellers on your platform (called “connected accounts” by stripe), the creation of customer accounts, the online payments and dispatching of the money, because the customers can do one payment to the platform (your marketplace) for an order from different connected accounts so the money will be dispatched to different connected accounts minus your platform fees etc. it also includes a basic backoffice that displays different information about the connected accounts, customers, orders, payments etc that stipe stores for you and that you can also see on stripe’s dashboard of your account.
because all of that is pretty complicated and very long to code, the script makes it easier and faster for you to integrate stripe connect, you basically just copy the code you need from the script and integrate it to the code of your website, modify it to your own needs etc… it’s kept very simple and has all the comments needed so it’s really easy to identify what does what in the code so you can really take what you want from it to fit your own needs.
so it’s not a saas or a code generator, see it more as a fully working example of stripe connect’s API in PHP. the “code” that you see in the video isn’t code actually, it’s the data returned by stripe; for instance when you create a payment, the payment information are all stored by stripe, but you can retrieve these information and treat them the way you want, so if you want to use the amount, currency, date of payment, method of payment, customer id, etc etc, stripe provides the whole list of information about everything you might need for your integration. some people would just store the id of the payment in their website’s database for instance and on demand, would ask stripe (using the api = what this script does make easier) for the amount and currency and date of payment when their customer display their “orders” page. some people would prefer to store these information in their website’s database just after the payment is being done so they can more easily make statistics on their website, display the “orders” page of their customer faster etc. you can do it both ways, as you prefer.
i hope that helps, don’t hesitate if you have more questions or anything that can help you to see what this script does really. 
Thank you for the detailed explanation. A live demo link would have been very appreciated. Are you planning on showing a live demo with different user accounts for testing these great features? And how easy is the installation? Do I need to purchase installation support?
it’s not really possible to create a demo link as everyone would enter any kind of data that has to interact with a stripe account etc… the demo video shows everything the script does. 
the installation is very easy, there is a “read me” file that explains it all, you just need to set your stripe account api keys in a file, as well as your database access and you are ready to go. please note that you are supposed to be (or to have) a php developper to understand and use this script. if you are (or know one), the code has been kept so simple and has lots of comments to explain everything, that you just need to read it like a book and you will understand everything quickly.
i’m happy to answer a few questions you might have during your integration, but i’m sure you realize that for the very little money i’m getting for a sale (remove over 60% of taxes and fees from the price), i can’t give 10 hours to assist each buyer, right? if that can be of any reassurance, you need to know that the support team at stripe is very responsive, by email or irc chat, so if you need to understand how to do something, or what a certain function does etc, they are here to help.
also, their api documentation is pretty good to describe each function etc!
Your answers are satisfactory so far. One more question, and that can be the last one: how easy will it be to integrate the different parts of your app with a Laravel application? Knowing I am a developer, can you write for me the three steps I could take for an easy integration?
thank you 
i’m sorry but i never used laravel. can you integrate pure php in laravel? if so, then no problem, you can just copy/paste the code of the different parts you need into your project. again, it’s just some php kept as simple as it could be so it can be easy to integrate!
three steps… 1) upload the files to a server 2) set your (test, not production indeed) stripe connect api keys and database login details in the settings php file 3) access the script via your web browser, you will see the same screen as the demo video shows at first then you play with the script, create connected accounts, customers, then payments, etc…
hope that helps! please keep me updated quickly as stripe is very long to answer about your refund request and they are about to send me their automatic monthly payment and i’m afraid i won’t be able to refund you afterwards if this is still what you want…
The author has provided sufficient answers to my questions. That gives me confidence in the product even though I have not tested it yet. Therefore I am supporting the effort by keeping my purchase. I will provide my rating after I complete my tests. I hope to get your continued support as you have been doing now. And if you want to explore avenues for adding this product to some other wonderful apps to put right back on the ThemeForest marketplace, let’s talk: admin@xerodoc.com
thank you! yes don’t hesitate if you have questions that are related to the script, and like i said, stripe has an excellent support if you have questions related to the stripe connect api in particular, if you want to add more features for instance etc… 
I rated this 5 stars after testing it. Awesome work!
thanks a lot for taking time to do so! muchly appreciated 
Can this helpful to setup 2DS payments?
i imagine that you talk about 3D Secure payments, right? this is totally implemented, yes!
Is it stripe issuing ready?
this script only concerns stripe connect, and not stripe issuing. for my understanding, stripe issuing allows to create virtual payment cards, you can ask their support for confirmation, but i don’t see why this script wouldn’t accept a payment made using the payment card details of their own cards 
Sry last pre sale question. Can i pay you to modify for “Stripe Connect Express”?
hello! can you please contact me (click on my username on this page then “email gibbs”) and explain to me what you do need exactly? thank you 
Hi, i am running a restaurant ordering platform like uber. i see that your script can create stripe connected accounts. i wanted to know if your app allows me to set my commission rate & transaction fee per vendor, and also, does your app provides weekly or monthly payments reports per vendor and gives me the amout of payouts for each vendor. thx.
hello
currently, the commission rate and transaction fees are hard coded in the webhook file (the file stripe sends the payment informations to, as soon as the payment has been done). so it will be really easy to replace the value of these two fees by values taken from your database so you can apply them differently for different connected accounts.
for the reporting part, you can see the informations listed in the demonstration video. if you want full reports, the easiest will be to use stripe dashboard, it’s very easy to access those informations on it and you will always need to connect to their dashboard from time to time 
Unbelievable ! You just have to integrate a template and everything is “functional”! Thanks for your time developing this script. Right now, I don’t need it, but I know where to find!
I suggest that you continue your shop, and under the same price conditions because, for the quality, it is not expensive! Do not listen to the “thrifty” who do not want to pay anything, to “cash in as much”!
In the idea, I suggest you develop the following elements which are in great demand by developers:
- Simple payment system with mysql registration - Recurring payment system with mysql registration
Thank you very much for your work, good luck to you for your sales, there is a lack of freelance developer on Themeforest.
I see that you are French, at least I believe. Do not hesitate if you want us to set this up together, I am also in France, not from Lyon, but from Paris.
Have a good day.
www.seventy.studio contact@seventy.studiothank you for your encouraging comment! 
for now i have no intentions to develop another script but i keep your suggestion in mind.
and yes, i am french, even though i live in uk now.
Hi Gibbs,
I am writing to ask if you would take on a development project based on this existing script.
Thank you in advance for considering my request,
Peter
hi peter,
please contact me using the contact form (click on my username then “email gibbs”) and you can explain your project to me and i will tell you if that sounds doable or not. thank you and have a good day 