Example Clickbank IPN Url

3 replies
Hi guys...

I'm working on implementing the clickbank IPN feature into a script of mine... But I cannot find any information about how the IPN is sent...

is it just url.com?ccustfillname=name&ccustzip=90210... etc. or is the url encrypted...
#clickbank #ipn #url
  • Profile picture of the author michael_gourlay
    It isn't encrypted, but they recommend you verify using SHA hash on the parameters they pass you. They have a good example at: Instant Notification Service
    (Scroll down to php.. assuming that's what you are using).
    {{ DiscussionBoard.errors[3399496].message }}
    • Profile picture of the author hjalte81
      Originally Posted by michael_gourlay View Post

      It isn't encrypted, but they recommend you verify using SHA hash on the parameters they pass you. They have a good example at: Instant Notification Service
      (Scroll down to php.. assuming that's what you are using).
      Thanks Michael...

      I've played with example... but what I can't figure out is how the url that are sent is structured...

      You say it isn't encrypted... does that mean they are sending it with POST parameters (?ABC=something&DEF=somethingelse)....?

      Can I grab it with $_GET[]?
      {{ DiscussionBoard.errors[3399527].message }}

Trending Topics