YetAnotherForum
Welcome Guest Search | Active Topics | Log In | Register

Accept Verified PayPal only Options
vynbux
#1 Posted : Saturday, January 01, 2011 7:17:25 PM
Rank: Starting Member

Groups: Registered

Joined: 1/1/2011
Posts: 1
Location: London
Hello everyone!

We want to accept only verified paypal account holders using PayPal IPN

So I guess our paypal ipn listener should check if account is verified or not, and if it's not, refund the transaction. I have no idea how to do this, so what I came up with is:

Code:

...
$acc_type = $_REQUEST['payer_status'];
if($acc_type=='unverified')
{
    // refund this transaction. HOW?
}
else
{
       // do the job - account is verified, all correct
}

...



How to refund a transaction? Any other solutions?

Appreciate your help!
Sponsor  
 
Users browsing this topic
Guest
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.

YAFVision Theme by Jaben Cargman (Tiny Gecko)
Powered by YAF | YAF © 2003-2009, Yet Another Forum.NET
This page was generated in 0.169 seconds.