Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.php > #1429
| Path | csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!eternal-september.org!feeder.eternal-september.org!.POSTED!not-for-mail |
|---|---|
| From | Bill B <me@privacy.net> |
| Newsgroups | comp.lang.php |
| Subject | Re: Verify Paypal transaction for _any_ account? |
| Date | Thu, 05 May 2011 09:59:13 -0400 |
| Organization | A noiseless patient Spider |
| Lines | 26 |
| Message-ID | <ipuaet$6eo$2@dont-email.me> (permalink) |
| References | <92f1mpF1amU1@mid.individual.net> <slrnis56l3.2mh.hellsop@nibelheim.ninehells.com> |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=ISO-8859-1; format=flowed |
| Content-Transfer-Encoding | 7bit |
| Injection-Date | Thu, 5 May 2011 13:58:54 +0000 (UTC) |
| Injection-Info | mx02.eternal-september.org; posting-host="UTrcb5h3YJqkRd4WkOwo3Q"; logging-data="6616"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18Xs+Mh2SqjmFBt6bssDMznwaLhH1QjyDI=" |
| User-Agent | Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.17) Gecko/20110414 Lightning/1.0b2 Thunderbird/3.1.10 |
| In-Reply-To | <slrnis56l3.2mh.hellsop@nibelheim.ninehells.com> |
| Cancel-Lock | sha1:YcX7lpNzSm2sqs/uw3vNitryBlI= |
| Xref | x330-a1.tempe.blueboxinc.net comp.lang.php:1429 |
Show key headers only | View raw
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
Back to comp.lang.php | Previous | Next — Previous in thread | Find similar
Verify Paypal transaction for _any_ account? "Gernot Frisch" <me@privacy.net> - 2011-05-05 09:25 +0200
Re: Verify Paypal transaction for _any_ account? Jerry Stuckle <jstucklex@attglobal.net> - 2011-05-05 06:43 -0400
Re: Verify Paypal transaction for _any_ account? "Peter H. Coffin" <hellsop@ninehells.com> - 2011-05-05 07:40 -0500
Re: Verify Paypal transaction for _any_ account? Bill B <me@privacy.net> - 2011-05-05 09:59 -0400
csiph-web