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.
Paypal payment button
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
Re: Paypal payment button
Are you asking about "launch url"? Look it up in the dictionary.
Or was there something else?
Simon
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!
Re: Paypal payment button
Maybe something like that:tanjc wrote:Hi,
I need help on how to incorporate / integrate the Paypal payment button in Livecode.
Thanks for your help.
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.
!
SUNNY-TDZ.COM doesn't belong to me since 2021.
To contact me, use the Private messages. Merci.
!