Paypal Help

Hi Folks,

I am in the process of finalising a new site and want to use paypal as my payment method. I have set everything up through the site so when the customer places an order they are taken to paypal automatically.

I have tried running through the order process to buy something and have paid through paypal (from my personal paypal account linked to my bank account to my business paypal account).

I did this a couple of days ago and the payment still says pending! I always assumed that paypal was a quick method of payment. How long does it take for the money to "clear" in these transactions? Is there something I have to do in order to make it clear?

Thanks all
 
Hnn...!!! well this is really a issue. the best way to solve out is to open claim box of paypal and have a detail complain about that. They will get back to you within hours that's for sure. Good Luck
 
Upvote 0

thecyclingartist

Free Member
Mar 25, 2010
275
48
Scarborough
There could be 2 reasons:

1. Payment method. If the payment was sent as an e-cheque (meaning the customer didn't use a credit card and has no Paypal balance) then the funds came from their bank account and take time to clear just like a normal paper cheque.

2. Your account type. If you have a Personal (rather than business or premiere) account you may need to "claim" the payment. If you log in to your Paypal there would be a link/button to do so if that were the problem.

Hope it's one of those, which are at least easy reasons rather than a problem. :)

Tina.
 
Upvote 0

Nigelnt

Free Member
Apr 2, 2010
30
0
1. When testing a system it's better to use sandbox.paypal. com . But before you should get registered at developer.paypal. com and create there business and personal accounts for test transfers.
Business account is for recipient (shop), personal one is for sender (for buyer).
There are also a lot of developed classes for php. You can find them at phpclasses. org.
In order to switch between testing and live payment server you need only to replace its adrress in script:
Test sandbox.paypal. com/cgi-bin/webscr
Live paypal. com/cgi-bin/webscr"

Important - shop must have business account.

If you have any questions feel free to contact me in Skype: nigel_nt
 
Upvote 0
Hi folks,

I sorted this earlier on. I turned out I did have to claim the payment, however, my paypal accout is set up as business so should I need to change a setting somewhere to automatically claim the payment
 
Upvote 0
1. When testing a system it's better to use sandbox.paypal. com . But before you should get registered at developer.paypal. com and create there business and personal accounts for test transfers.
Business account is for recipient (shop), personal one is for sender (for buyer).
There are also a lot of developed classes for php. You can find them at phpclasses. org.
In order to switch between testing and live payment server you need only to replace its adrress in script:
Test sandbox.paypal. com/cgi-bin/webscr
Live paypal. com/cgi-bin/webscr"

Important - shop must have business account.

If you have any questions feel free to contact me in Skype: nigel_nt

But after that still test it.

A few years ago my guy thought sandbox was enough and ........
 
Upvote 0
You shouldn't have to claim payments, unless as has been mentioned your personal account is not linked to a bank account therefore payments sent are by eCheque which must be cleared like a normal cheque.

Is the email address you used definitely correctly, not another one of your email addresses. Are you using your Paypal Primary email address (if you have multiple Paypal email addresses under 1 account) in the eCommerce setup, this is a common requirement with many carts.

Have you got a friend/relative that can try it for you too, then just issue a refund.
 
Upvote 0

Latest Articles