In the localhost of my application (Pagseguro Sandbox) the user can make payment by credit card (through a test buyer).
But the same algorithm, hosted on the amazon server, jquery can not generate the credit card token, as it generates this error:
status: "invalid_session", code: "30403", message: "Invalid Session", result: null
Does the Sandbox work on a professional web server, or only on localhost? which may be causing this error