Hi.
I'm trying to use Google Checkout. I have a merchant ID and Key. I put those into the payment options. When I checkout, my account receives the payment.
The problem is the "Return to ..." link.
If it is not clicked, nothing further happens.
If it is clicked, the user gets brought back to my site. The record gets inserted into DT Register. The user receives email confirmation. I get a notification of the transaction.
I also have PayPal set up with an IPN. Whether or not the user clicks on the link to go back to my site after payment, the information gets sent back and a record is created followed by all of the notifications.
Does this have anything to do with the Integration settings?
They are the following:
Shopping cart post security
[x]My company will only post digitally signed carts.
API callback URL (Level 2 integrations only)
My URL was blank. I tried a number of different URLs, but no dice. Maybe I'm just doing it wrong. I've tried looking online for examples, but most sites refer back to the Google doc, which doesn't look useful to me.
The doc suggested:
https://checkout.google.com/api/checkou ... /Merchant/
[MERCHANT_ID]
I substituted the ID, but I get an error. There is documentation on redirection, but it doesn't say where to put in:
_type=checkout-shopping-cart...etc...
The API version currently selected is 2.0.
Please help!
Thanks.