Hi all. We want to use Google Checkout, however it creates a conflict (as any payment option would) with a custom affiliate module we have (for LinkShare). In order to correctly pass the LinkShare affiliate ID - the ID needs to be passed to the very end page (where the conversion is finalized) - in this case is the INVC invoice page.
In order for this to happen, LS recommends that we pass the following via the API call to Google Checkout:
- this will then be transferred back to Miva Merchant at the end where LinkShare can interpret the details at the Invoice page.
Is it possible to send this extra data through the API call and back to Miva Merchant?
Cheers all!
Tim Bogus
In order for this to happen, LS recommends that we pass the following via the API call to Google Checkout:
Code:
<merchant-private-data> <affiliate-siteid>SITEID_VALUE</affiliate-siteid> <affiliate-time-entered>TIME_ENTERED_VALUE</affiliate-time-entered> </merchant-private-data>
Is it possible to send this extra data through the API call and back to Miva Merchant?
Cheers all!
Tim Bogus