Craig
21st August 2004, 11:51 AM
Hi guys,
The script looks great and the install went really smoothly, however I have a problem with the final integration and am hoping you can help.
I need to track percentage affiliate fees, and therefore need to carry the product value to the thank you page, unfortunately the processor I use doesn't carry the amount to the thank you page, I'll explain how their system works.
I use www.nochex.com for taking payments due to the fact that I run an adult site which they accept and paypal no longer do, and also that they have a no chargebacks policy (even though we hardly get any).
The way their automated payment system works is as follows:
1) My client is transferred to the payment processors secure server
2) Upon completion of their payment the client is sent to a pre-defined thank you page which is a simple URL re-direct and does not contain any POST values for things like amount or order ID.
3) At the same time the user is being sent to the thank you page, the billing companies server is making contact with a script on my own server and sending it the transaction details for verification.
3) My server sends back all of these details for verification to their server which then simply checks them against their database and supplies my server with either a 'Granted' or 'Declined' response.
4) At this point the script on my box then either creates a new username and password for the user and sends them an automated e-mail detailing it or it doesn't if the users transaction was declined.
It is at the final point (4) that I need to be able to do the affiliate tracking, but because this is being called by the processors server and not the purchasers browser, no cookie information can be read to determine which affiliate ID the amount should be written against (I assume).
If you can let me know what I need to do to integrate it with Nochex then it
would be much appreciated.
Regards
Craig
The script looks great and the install went really smoothly, however I have a problem with the final integration and am hoping you can help.
I need to track percentage affiliate fees, and therefore need to carry the product value to the thank you page, unfortunately the processor I use doesn't carry the amount to the thank you page, I'll explain how their system works.
I use www.nochex.com for taking payments due to the fact that I run an adult site which they accept and paypal no longer do, and also that they have a no chargebacks policy (even though we hardly get any).
The way their automated payment system works is as follows:
1) My client is transferred to the payment processors secure server
2) Upon completion of their payment the client is sent to a pre-defined thank you page which is a simple URL re-direct and does not contain any POST values for things like amount or order ID.
3) At the same time the user is being sent to the thank you page, the billing companies server is making contact with a script on my own server and sending it the transaction details for verification.
3) My server sends back all of these details for verification to their server which then simply checks them against their database and supplies my server with either a 'Granted' or 'Declined' response.
4) At this point the script on my box then either creates a new username and password for the user and sends them an automated e-mail detailing it or it doesn't if the users transaction was declined.
It is at the final point (4) that I need to be able to do the affiliate tracking, but because this is being called by the processors server and not the purchasers browser, no cookie information can be read to determine which affiliate ID the amount should be written against (I assume).
If you can let me know what I need to do to integrate it with Nochex then it
would be much appreciated.
Regards
Craig