System Payout

nate
@nate
10 years ago
917 posts
I am almost done with my mobile music store. I got proxima going. I can log in and get the user array and I have a good session so my transactions are all getting recorded similar to foxycart.

What I am concerned with is payout. Stripe's docs don't really handle payout they just send you the money to your bank. I believe you use stripe for jamroom.net do you not?

Would it be possible to get a general explanation of how to handle payout?

Do I do it like foxycart?

This is the final phase before I got into a beta release.
updated by @nate: 02/23/15 05:03:12PM
brian
@brian
10 years ago
10,149 posts
Natedogg265:
I am almost done with my mobile music store. I got proxima going. I can log in and get the user array and I have a good session so my transactions are all getting recorded similar to foxycart.

What I am concerned with is payout. Stripe's docs don't really handle payout they just send you the money to your bank. I believe you use stripe for jamroom.net do you not?

Would it be possible to get a general explanation of how to handle payout?

Or some example code would do as well. If you prefer to email sensitive info that would be fine.

This is the final phase before I got into a beta release.

The way it works here on Jamroom.net is:

- Stripe transfers the money into a back account
- we manually transfer the money from the back account to PayPal
- we send out payments from PayPal

I'm not sure of any other way to do it.

Hope this helps!


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net
nate
@nate
10 years ago
917 posts
So it's basically all manual. That should be easy enough. So the payout function are basically just official records?

Thanks. I should be done with this by tomorrow and ready to beta test next week. This has been a long project. I start the IOS version next week but the back end will be done. Then it's on to other platforms.

Thanks again.
updated by @nate: 01/23/15 11:25:36AM
brian
@brian
10 years ago
10,149 posts
Natedogg265:
So it's basically all manual. That should be easy enough. So the payout function are basically just official records?

Yeah the Payout functions in FoxyCart tell you how much needs to be paid out and adjusts the profile balances accordingly.


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net

Tags