Payment-System in LC

LiveCode is the premier environment for creating multi-platform solutions for all major operating systems - Windows, Mac OS X, Linux, the Web, Server environments and Mobile platforms. Brand new to LiveCode? Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
prorobot
Posts: 2
Joined: Fri Jan 19, 2018 11:25 am

Payment-System in LC

Post by prorobot » Fri Jan 19, 2018 11:35 am

Hello,
I have programmed Apps in LC for quite a while now and i like it a lot.

Now i want to program an app that includes paypal. My aim is that users get directly connected to paypal
where they just need to fill in username and passwort to pay money to another user whose paypal adress is stored in his user account.

Is that even possible in LC and if how would you do it? :)
Regards,
prorobot

AndyP
Posts: 614
Joined: Wed Aug 27, 2008 12:57 pm
Location: Seeheim, Germany (ex UK)
Contact:

Re: Payment-System in LC

Post by AndyP » Fri Jan 19, 2018 12:21 pm

Probably the easiest method is to set up a web page with the standard PayPal html payment code and then just load that page into a browser widget in your app.
Andy Piddock
https://livecode1001.blogspot.com Built with LiveCode
https://github.com/AndyPiddock/TinyIDE Mini IDE alternative
https://github.com/AndyPiddock/Seth Editor color theming
http://livecodeshare.runrev.com/stack/897/ LiveCode-Multi-Search

ghettocottage
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 366
Joined: Tue Apr 10, 2012 9:18 am

Re: Payment-System in LC

Post by ghettocottage » Fri Jan 19, 2018 6:08 pm

A couple of years ago someone posted a Paypal Handler they had created. I never used it for anything, so I am not sure if it will do what you want but might be worth a look:
http://forums.livecode.com/viewtopic.ph ... al#p122485

Along the lines of what the previous poster said, it is probably possible to just build a Paypal url using the AMOUNT and EMAIL and open that in a browser widget.

I have done several websites that send users directly to paypal with an amount and payment address. Paypal makes that easy to do. They want people to send money to them

Post Reply

Return to “Getting Started with LiveCode - Experienced Developers”