Hi,
I am using Paypal Standard and I have a problem where the payments for my downloads are not automatically taken instead it is setting payment in paypal as capture. I have contacted Paypal developers and they have advised the following.
It is going into a pending status because you are setting the payment action to "Authorization" in your code. This just places a hold on the funds until you capture at which point the funds will be taken from the buyer. With authorizations, you would need to either set your site up to automatically perform a delayed capture against the auth, or you would have to do it manually. If you are wanting the funds at the time of the sale, then you need to adjust your code or shopping cart and set the payment action to "sale" instead of "authorization".
Can you please tell me where I can change this in the Database or ASPX Page.
Thanks,
Kind regards,
Buck