Using Clickbank Instant Notification Service to Create Individual Username/Passwords for Customers

by shamu
3 replies
Hi everyone,

So I currently have a product I want to sell via clickbank. I was originally going to sell the product as a DVD, but in order to provide instant access to the customer (and to hopefully get my product out sooner) I decided to put the videos in a member section of my site, which is built using optimizepress.

However, I wasn't sure how to generate a username and password for each person when they bought my product using clickbank. After looking into it, it seems that the Clickbank Instant Notification Service is probably the way to go? Is that right?

If so, can I get some advice on the best way to do this? It doesn't look like the script would be that hard to write? But I think there are already existing products that do this out there as well?

Does anyone have any experience with generating usernames/passwords for a product sold via Clickbank and would you mine sharing your experiences/advice in this?

Any related info would be appreciated.

Thanks!
#clickbank #create #customers #individual #instant #notification #service #username or passwords
  • Profile picture of the author DEaFeYe
    Banned
    [DELETED]
    {{ DiscussionBoard.errors[5208164].message }}
    • Profile picture of the author bjarvie
      Originally Posted by DEaFeYe View Post

      shamu, haven't used clickbank specifically, but IPN's and other similar web functions usually work the same way

      effectively, upon purchase they will do a POST call to a URL you specify, containing information about the purchase

      you then write a servlet/listener in whichever language/framework you feel comfortable in that takes the information from the POST parameters, does whatever processing, and generates their user information.

      A standard thing to do would also to have this web service email the customer informing them of their successful purchase and their login information.

      Keep in mind this servlet/listener does not need a front end of any kind, and you should probably be verifying that the information in question is indeed coming from a clickbank URL (since you wouldn't want a hacker to just ping your service over and over with "valid" data)
      What payment processors have you dealt with as far as IPN's are concearned ? do you know of any hubs for scripts that will integrate with these that are open source.... ?
      Signature
      http://www.onlineincomeguru.com Download 30 Different Traffic Generation Strategies INSTANTLY !!!
      {{ DiscussionBoard.errors[6477267].message }}
  • Profile picture of the author cpaunit
    clickbank has a guide for your need, you can find it on ClickBank Help Center

    they have some sample code. you can do yourself or find someone do for you
    Signature
    http://www.cpaunit.com
    Searching Host & Post Offers to Promote
    {{ DiscussionBoard.errors[6477826].message }}
  • Profile picture of the author ussher
    I have built this kind of system for my site solo-developer.com.

    DEaFeYe is spot on. Do what he said.
    Signature

    "Jamroom is a Profile Centric CMS system suitable as a development framework for building entire communities. Highly modular in concept. Suitable for enterprise level development teams or solo freelancers."

    - jamroom.net
    Download Jamroom free: Download
    {{ DiscussionBoard.errors[6485743].message }}

Trending Topics