Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Paypal Integration for ADMIN? #9

Closed
shadowtek opened this issue Sep 23, 2012 · 9 comments
Closed

Paypal Integration for ADMIN? #9

shadowtek opened this issue Sep 23, 2012 · 9 comments

Comments

@shadowtek
Copy link

Hi All,

We have installed this script and all seems well.. However how do we step up papal as the payment gateway and for the Site Owners/Admin to receive a commission from the community projects?

Regards
Steve

@xube
Copy link

xube commented Oct 16, 2012

I am curious too.

@ywarnier
Copy link

There is apparently no code to do that in the "free" version. The code in library/paypal.php is relatively clear about that:

        if (\GOTEO_FREE) {
            return false;
        }

As such, either someone has to develop the PayPal library as an open module for everybody, or each one of us will have to buy the library from the developers.
I'm currently looking around a bit, but there is at least one more things (apart from completing that library) that needs to be done to have it running: defining global variables that allow the admin to configure the PayPal account to receive the funds (which he will then dispatch to the project organizers).

Anybody knows where (in the database) global settings are kept?

@guenfood
Copy link

guenfood commented Dec 3, 2012

Hi Yannick,

Do you find a solution to configure the paypal account ?

@guenfood
Copy link

guenfood commented Dec 3, 2012

Thanks. I saw the post but Yannick seems to have problem with API stockage in database.

@argha123
Copy link

Any one can help me out with payment gateway ? for me paypal is not the solution, I need to integrate Indian Net Banking for funds transfer, or maybe a Payment gateway for Indian rupees, I also want to provide offline cash collection. Can some one let me know once the payment is received through 3rd party payment gateway, and the contributor been redirected to RETURN URL. how this will update the CO-FINANCING Graph automatic with the given amount. If Team Goteo can help me with this...
goteo1

@Goteo
Copy link
Collaborator

Goteo commented Mar 26, 2013

Hi All,

About PayPal, we use the Adaptive Payments service to do preapprovals and chained payments. These chained manage the comission part.

As we use the SDK by PayPal, it can't be released. Also we cleaned up some code, as the API keys on '/config.php' and main functions on '/library/paypal.php'.

If you need our programming services to implement it, contact us: http://www.goteo.org/contact

@ywarnier : An open module (no SDK) for this must handle lot of cURL for authentication and encriptaption. The global settings are commonly on '/config.php'.

@argha123 : Any other payment solution must be programmed bassed on provider's requirements. The investment process and return url is managed by '/controller/invest.php'

@GordonGeeko
Copy link

Hey Goteo folks
Firstly, awesome platform....but.
Your website says 100% OPEN, but that's misleading....
Some of the most important functions are missing. i.e: openid/oauth, paypal etc...

if (\GOTEO_FREE) {
return false;

95% OPEN friends.

@Goteo
Copy link
Collaborator

Goteo commented Sep 6, 2013

@GordonGeeko : 100% OPEN is our filosofy and commitment but unfortunately we can't license third parties copyrighted code.

We're looking for resources to do a release of pseudo-implementation of PayPal, bank-tpv and social auth.

@Goteo Goteo closed this as completed Sep 8, 2013
@copparoni
Copy link

I need integrate MercadoPago

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

9 participants