Testing in Sandbox environment, I have an app that generates a "payment token", which I then send to the server to generate the "payment".
The scenario is during the test of error messages:
I understand that the token can only be used once and apparently the API wants to update it, when in fact it should generate a new one.
Any ideas that I should be doing wrong?