-1

I'm trying to tally a Paypal Subsciption to an app user (in Android).

Currently I'm using the generated Paypal subscribe button, that links out to the payment page.

How can I send the users ID and have it posted on success to a URL (where PHP will update the database etc) ?

Any ideas or suggestions appreciated!

Thanks!

logic-unit
  • 4,195
  • 12
  • 47
  • 72
  • I found the answer here: http://stackoverflow.com/questions/2847114/can-i-send-a-variable-to-paypal-and-have-it-post-it-back-to-me-when-payment-comp – logic-unit Jul 14 '11 at 10:49

1 Answers1

0

If you have a server, on first launch of your app, contact the server to generate an ID for your app, save that ID somewhere, and use that ID to generate your PayPal button.

Kumar Bibek
  • 9,016
  • 2
  • 39
  • 68