Posts:
4
Registered:
10/21/09
|
|
|
|
Checkout Sandbox and IPON
Posted:
Oct 21, 2009 9:21 AM
|
|
|
I'm setting up my company's website to accept Amazon Payments. I use Amazon Checkout for that.
Right now I am in development mode so I switched to Sandbox mode in Seller Central.
I implemented my IOPN Servlet script (I used the Amazon sample code) to parse and read notification data. I have 2 question/problems:
1) I set up my account to only accept signed carts. I place an order (a signed order) and submit it. I receive a "New Order" notification but it is missing the uuid, timestamp and signature parameters in the request. So I cannot authenticate the request. Aren't these parameters supposed to be there if I ONLY accept signed carts?
2) In Sandbox mode, are the only notifications sent "New Order" types? I have never received any "Order Ready To Ship" notifications. However these are the really important notifications that mean the payment has been processed and accepted, right? If these notifications are not sent in Sandbox mode, how am I supposed to test my IOPN script?
Help much appreciated, thanks !
|
|