I think support staff know nothing about programming... (Having bad experience asking them how to deal with the following case)
From this page: ClickBank Instant Notifcation Testing Tool
You can see that,
The {clickid} should be append to my affiliate link with the parameter name tid.
I haven't found any doc about how this parameter will be sent back. I'm using Instant Notification Service. I'm using version 7.0.
Following is a test notification I got from using the ClickBank Instant Notifcation Testing Tool:
From this page: ClickBank Instant Notifcation Testing Tool
You can see that,
http://afffiliateNickName.hop.clickbank.net/?tid={clickid}
The {clickid} should be append to my affiliate link with the parameter name tid.
I haven't found any doc about how this parameter will be sent back. I'm using Instant Notification Service. I'm using version 7.0.
Following is a test notification I got from using the ClickBank Instant Notifcation Testing Tool:
{
"transactionTime": "2022-09-27T10:09:38+00:00",
"receipt": "********",
"transactionType": "BILL",
"vendor": "TestVendorNickname",
"role": "VENDOR",
"totalAccountAmount": 1,
"paymentMethod": "VISA",
"totalOrderAmount": 1,
"totalTaxAmount": 0,
"totalShippingAmount": 0,
"currency": "USD",
"lineItems": [
{
"itemNo": "1",
"productTitle": "A passed in title",
"shippable": false,
"recurring": false,
"accountAmount": 1,
"quantity": 1,
"lineItemType": "ORIGINAL"
}
],
"customer": {
"shipping": {
"firstName": "TEST",
"lastName": "USER",
"fullName": "Test User",
"email": "testuser@somesite.com",
"address": {}
},
"billing": {
"firstName": "TEST",
"lastName": "USER",
"fullName": "Test User",
"email": "testuser@somesite.com",
"address": {}
}
},
"version": 6,
"attemptCount": 1
}
}