autobuy api ? |
|
08-05-2012, 03:44 AM
(This post was last modified: 08-05-2012 04:24 AM by Gemster.)
|
|||
|
|||
|
autobuy api ?
Hi, i need an autobuy api for my project but i have no idea where to start or where to find one :/
I have an auth system for .net projects, i need an auto buy to make a serial key and email it to the customers email or something like that. Any ideas how this is done or where i can find one ? Thanks for any help |
|||
|
08-05-2012, 10:59 AM
|
|||
|
|||
|
RE: autobuy api ?
By autobuy, you mean they can buy a key from you application, then be mailed a key?
I know Paypal has some things you can do to authorize payments, then once they are they can redirect them to a custom url.. You could then use a simple PHP script to generate/grab a key and email it. |
|||
|
08-05-2012, 11:37 AM
|
|||
|
|||
|
RE: autobuy api ?
i have a php that generates the license keys for either lifetime or x days.
I can create a simple php to send an email but its the autobuy with paypal part that i have no idea about and i meen no idea. I don't even know where to start with it but need it asap. Thanks |
|||
|
08-05-2012, 01:26 PM
|
|||
|
|||
|
RE: autobuy api ?
The PayPal feature you're wanting is called "IPN" which stands for Instant Payment Notification. I'm currently working to get my own.
|
|||
|
08-05-2012, 02:45 PM
|
|||
|
|||
| RE: autobuy api ? | |||
|
08-06-2012, 12:20 PM
|
|||
|
|||
|
RE: autobuy api ?
How are your PHP skills?
The example they have seems pretty straight forward... Once it comes back verified, run your code to generate the key and send the email. |
|||
|
08-06-2012, 12:25 PM
|
|||
|
|||
|
RE: autobuy api ?
my php skills are good, well, not beginner and to expert.
I just have no idea on how in implement the autobuy api :/ Thanks |
|||
|
08-06-2012, 12:27 PM
|
|||
|
|||
|
RE: autobuy api ?
I keep getting confused on what you mean by autobuy... Is that another service? Or by autobuy do you mean you want them to be able to buy directly from your application?
|
|||
|
08-06-2012, 01:35 PM
(This post was last modified: 08-06-2012 01:55 PM by Gemster.)
|
|||
|
|||
RE: autobuy api ?
(08-06-2012 12:27 PM)KoBE Wrote: I keep getting confused on what you mean by autobuy... Is that another service? Or by autobuy do you mean you want them to be able to buy directly from your application?I want people to buy my application. like when they buy it, they pay through paypal and once the payment has been made, they get a serial key emailed to them. I have a site that generates the serial key too. it need 2 options, lifetime or 31 days(1 month) Thanks |
|||
|
08-06-2012, 02:26 PM
|
|||
|
|||
|
RE: autobuy api ?
PHP Code: (SELECT ALL CODE) <?php |
|||
| Users browsing this thread |
| 1 Guest(s) |





