docjones 19 Posted June 10, 2015 Share Posted June 10, 2015 I want share the project sample The project show how do a basic shopping cart, and do payments with paypal (direct credit cards payment only allowed in US). Paypal, and credit card payment integrated (REST API) , only basic functions, please do not ask me about other paypal functionalities, there are a lot of information in paypal home page. The same unigui application catch the paypal response and update in database the status payment of the order (transactions table). Proyect Requierements - Paypal account / sandbox. - Firebird 2.5 Server - ZeosLib (http://ZeosLib.Sourceforge.net) - Rest - API Libraries (https://github.com/fabriciocolombo/delphi-rest-client-api) - OpenSSL Dlls (libeay32.dll and ssleay32.dll) - XE2 and UP. Open database (\files\pub.fdb), open table 'config' and change the fields with your own config PAYPAL_CLIENTID PAYPAL_SECRET DOMAIN_NAME Can test on. http://docjones.ddns.net:8077 can pay using next paypal sandbox account testpaysandbox@gmail.com password chocolate PAYPALSAMPLE.zip 5 Quote Link to post Share on other sites
epos4u 144 Posted June 10, 2015 Share Posted June 10, 2015 docjones, This is amazing, thank you for sharing error missed 'd' in testpaysanbox@gmail.com correct is testpaysandbox@gmail.com works... awesome!! Quote Link to post Share on other sites
MarkB 9 Posted June 11, 2015 Share Posted June 11, 2015 I want share the project sample The project show how do a basic shopping cart, and do payments with paypal (direct credit cards payment only allowed in US). Paypal, and credit card payment integrated (REST API) , only basic functions, please do not ask me about other paypal functionalities, there are a lot of information in paypal home page. The same unigui application catch the paypal response and update in database the status payment of the order (transactions table). Proyect Requierements - Paypal account / sandbox. - Firebird 2.5 Server - ZeosLib (http://ZeosLib.Sourceforge.net) - Rest - API Libraries (https://github.com/fabriciocolombo/delphi-rest-client-api) - OpenSSL Dlls (libeay32.dll and ssleay32.dll) - XE2 and UP. Open database (\files\pub.fdb), open table 'config' and change the fields with your own config PAYPAL_CLIENTID PAYPAL_SECRET DOMAIN_NAME Can test on. http://docjones.ddns.net:8077 can pay using next paypal sandbox account testpaysanbox@gmail.com password chocolate Very nice! Thank you! Quote Link to post Share on other sites
molla2005b 15 Posted June 11, 2015 Share Posted June 11, 2015 very great. tnx alot Quote Link to post Share on other sites
Abaksoft 348 Posted June 11, 2015 Share Posted June 11, 2015 DocJones ! I did'nt test it; but that what we were expecting for. Big Thanks... +1 Quote Link to post Share on other sites
Administrators Farshad Mohajeri 1760 Posted June 13, 2015 Administrators Share Posted June 13, 2015 Thanks for sharing. Good to see more sophisticated apps are developed with uniGUI. Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.