Paypal payment button

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
tanjc
Posts: 16
Joined: Thu Apr 18, 2013 2:44 pm

Paypal payment button

Post by tanjc »

Hi,

I need help on how to incorporate / integrate the Paypal payment button in Livecode. Paypal provide the script for the button but how can I make it work, like all other e-commerce system, when a user click on the button, it will send them to the Paypal login page.

Thanks for your help.
Simon
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 3901
Joined: Sat Mar 24, 2007 2:54 am

Re: Paypal payment button

Post by Simon »

Are you asking about "launch url"? Look it up in the dictionary.
Or was there something else?

Simon
I used to be a newbie but then I learned how to spell teh correctly and now I'm a noob!
Thierry
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 875
Joined: Wed Nov 22, 2006 3:42 pm

Re: Paypal payment button

Post by Thierry »

tanjc wrote:Hi,
I need help on how to incorporate / integrate the Paypal payment button in Livecode.
Thanks for your help.
Maybe something like that:

constant paypalURL = "https://paypal..."
put "X=xxxx&Y=yyyy" into formData
post formData to URL paypalURL

Replace X, Y with specific paypal datas.

HTH,

Thierry
!
SUNNY-TDZ.COM doesn't belong to me since 2021.
To contact me, use the Private messages. Merci.
!
Post Reply