Problem with paypal express checkout

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
jawedshamshedi
Forum Commoner
Posts: 35
Joined: Fri May 16, 2008 1:17 am
Location: India
Contact:

Problem with paypal express checkout

Post by jawedshamshedi »

Hi to all,
For one of my sites i am using paypal express checkout for payment. The user login's to his paypal account and make payment to my site and paypal returns a success but what happens that the transaction in not reflected to merchants account and not even in the buyer acount.
What am i missing????
Pls help

Note: read paypal as sandbox paypal

Thanks in advance
Jawed
User avatar
Christopher
Site Administrator
Posts: 13596
Joined: Wed Aug 25, 2004 7:54 pm
Location: New York, NY, US

Re: Problem with paypal express checkout

Post by Christopher »

Check the type of transaction. You can either check for available funds or actually charge their account. In most places you are not allowed to charge their account until you ship the goods. For online services and downloads that can be immediately.
(#10850)
jawedshamshedi
Forum Commoner
Posts: 35
Joined: Fri May 16, 2008 1:17 am
Location: India
Contact:

Re: Problem with paypal express checkout

Post by jawedshamshedi »

The funds are there in their acount, but how to charge there account and from where these settings can be changed
Post Reply