Paypal -UnEncryted buttons ,money donation

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
yuva_web
Forum Newbie
Posts: 6
Joined: Thu May 17, 2007 3:45 am

Paypal -UnEncryted buttons ,money donation

Post by yuva_web »

i have to design a donation page for a temple site, he given me his business paypal email id,

i written a form and on submit the action goes to paypal.com to pay money thry payapl site,

i am passing his email id as an hidden field,

on submit the i am getting this error

"The seller accepts encrypted website payments only. You cannot pay the seller through un-encrypted buttons.

Please contact your seller for more details"



what code i have to incude for pay money thru paypal to his email id.
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

Have you read paypal's documentation? It's often quite thorough.
nickvd
DevNet Resident
Posts: 1027
Joined: Thu Mar 10, 2005 5:27 pm
Location: Southern Ontario
Contact:

Post by nickvd »

Quick guess...

Send the request to httpS://<address> instead of http://
Post Reply