FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » Imported messages » comp.lang.php » Verify Paypal transaction for _any_ account?
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
Re: Verify Paypal transaction for _any_ account? [message #173798 is a reply to message #173797] Thu, 05 May 2011 13:59 Go to previous message
me is currently offline  me
Messages: 192
Registered: September 2010
Karma:
Senior Member
On 5/5/2011 8:40 AM, Peter H. Coffin wrote:
> On Thu, 5 May 2011 09:25:12 +0200, Gernot Frisch wrote:
>> Hi,
>>
>> I'd like to make a "shop", where others can submit their games and _their_
>> paypal address. Now if you pay game "X" for paypal account "Y" - is there a
>> way to get the transaction status, so _my_ store can provide the download
>> link?
>>
>> Like: An app store with direct purchase.
>
> Yes. Please see the developer docs on Paypal, and the support forums on
> Paypal. Paypal has all of that. Here doesn't.

Specifically, see the documentation for the IPN Listener script. Such a
script listens for information from PayPal, then executes whatever code
you add to it. In the code you add you can, for example, direct them to
a page with the download link.

Look for $txn_type = 'subscr_payment' and $payment_status='completed' as
a place to add your code in the listener script. There are a wide number
of $payment_status values so look through it carefully for the
scenario(s) that fit(s) your circumstances.

Bill B
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Previous Topic: Upgraded -- But Still Showing Old PHP Version
Next Topic: Memory leak
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Fri Nov 22 22:24:28 GMT 2024

Total time taken to generate the page: 0.03866 seconds