Paypal implementation

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
shailendra
Forum Newbie
Posts: 13
Joined: Mon Jun 20, 2005 12:20 am
Location: INDIA
Contact:

Paypal implementation

Post by shailendra »

Hi All,

I need your help in implementation of paypal.I implement paypal payment gateway many times, But this time we need to make the payments without redirecting to the paypal site means the user does not need to go on paypal site.

Pleazz Sugesst, waiting for your reply.


Thanks

Shailendra
User avatar
Trenchant
Forum Contributor
Posts: 291
Joined: Mon Nov 29, 2004 6:04 pm
Location: Web Dummy IS

Post by Trenchant »

I think paypal requires you send the customer to their site for security reasons. You would have to check the paypal website though. They have all that stuff on there.
shailendra
Forum Newbie
Posts: 13
Joined: Mon Jun 20, 2005 12:20 am
Location: INDIA
Contact:

Post by shailendra »

Hi,

Thanks for reply.

regards

Shailendra
Syranide
Forum Contributor
Posts: 281
Joined: Fri May 20, 2005 3:16 pm
Location: Sweden

Post by Syranide »

They have a SDK, if it is possible, then it most likely will be possible through the use of that.
Post Reply