Questions tagged [clickbank]

24 questions
5
votes
0 answers

Clickbank api for getting the receipt information

I have tried creating a small class for clickbank which fetches the receipt information from the clickbank. I thought, it might be helpful for someone. In function get_payment_info($tries, $receipt) tries has been used because clickbank doesn't…
Ashish
  • 189
  • 2
  • 9
3
votes
1 answer

How can I use the cvendthru parameter in Clickbank IPN notification?

I'm trying to integrate Clickbank as a payment platform for a client, and basically I want to send a parameter that I can later get back in the IPN I receive from them, to be able to match the IPN notification to the originating payment To initiate…
Daniel Magliola
  • 30,898
  • 61
  • 164
  • 243
3
votes
1 answer

Clickbank - Create products for testing (in Sandbox)

I am new to Clickbank. I want to try out the API for the same. But I am stuck in between. Can anyone guide me through the steps to successfully create a product. I am getting some errors You must make a test purchase before submiting this…
Anish Nair
  • 3,238
  • 29
  • 41
2
votes
2 answers

Clickbank IPN version 6 PHP / Laravel

I am trying to create an IPN listener for Clickbank but so far i have not been successful. I used the code example listed on the clickbank site: https://support.clickbank.com/entries/22803622-Instant-Notification-Service
2
votes
2 answers

how to grab product lists from cj, clickbank and linkshare, ebay using api?

Hello i want to get the product lists from cj, clickbank and linkshare via API's to display the whole lists on my site , if this is possible or its a nightmare , where am i standing please generous reply is needed, tell me how to grab the product…
waqas umar
  • 31
  • 1
  • 5
2
votes
2 answers

How to get a product from click bank API?

I am working in click bank API.In that API, I want to display product list for that API.I am beginner in click bank API. For example $ch = curl_init(); curl_setopt($ch, CURLOPT_URL,"https://api.clickbank.com/rest/1.3/products/"); curl_setopt($ch,…
user2094851
1
vote
1 answer

How can I decrypt ClickBank notification data using PHP without mcrypt?

Mcrypt has been deprecated for years and is finally gone from php. Unfortunately I need to decode encrypted data from ClickBank and their documentation only offers mcrypt solutions. This is cut from their documentation. How can I do this without…
Tarek Adam
  • 3,387
  • 3
  • 27
  • 52
1
vote
1 answer

Clickbank INS V6.0 Integration c#

I am trying to integrate CLickBankINSV6.0 to my c# application. I have tried by using a sample response like: { "notification": { "version": 6, "attemptCount": 0, "role": "VENDOR", "site": "nicholeen", …
sree
  • 11
  • 2
1
vote
2 answers

json_decode Preservation of Type

I'm using the json_decode function to decode (and verify a postback from a payment processor). the json object received looks as follow { "notification":{ "version":6.0, "attemptCount":0, "role":"VENDOR", ..... …
Friso Kluitenberg
  • 1,157
  • 1
  • 14
  • 34
1
vote
0 answers

Can other websites change my user agent?

I was monitoring link clicks on my url-shortner and I saw weird user-agents when the 'referer' was a particular website. My users might be using that website to post the links shortened by my url shortening service. But, is it possible for that…
tunetopj
  • 561
  • 2
  • 5
  • 15
1
vote
2 answers

How to list out product details from click bank API and XML?

This is my sample code for click bank API unfortunately this script do not work Here is the sample code:
user2094851
1
vote
2 answers

Rest-ClickBank sandbox post api not working

I am trying to use Sandbox Api of clickBank which accepts a post request. But somehow it doesnot work. I am calling clickBank's Prepare Api (https://sandbox.clickbank.com/rest/1.2/sandbox/prepare) using a POST method. But it giving me this error …
Sarita
  • 837
  • 11
  • 19
1
vote
1 answer

Is there an API based method to get products data from Clickbank network?

Is there an API based method to get products data from Clickbank network? I need search products through keywords. From Clickbank site: Supported APIs For version 1.2, the following API’s will be supported: Orders API:…
Igor Parra
  • 10,214
  • 10
  • 69
  • 101
0
votes
1 answer

I want to track some affiliate link clicks in my blog posts but analytics is not tracking every affiliate link click

Yesterday I got 200+ link clicks on the affiliate dashboard, it only shows around 30 clicks on analytics. I did the setup via tag manager for link click tracking and want to track affiliate link clicks as goals in analytics correctly. The affiliate…
0
votes
0 answers

how can I have a warning in between opt-in page and thank you page

I have Namecheap as my domain. And Bluehost. have not connected autoresponder yet. So how do I get a warning page after they opt-in? before the clcikbank vendor presentation begins. Thank you is custom URL of a clcikbank-link to a vendor. Affiliate…
1
2