So I've basically tried creating an order, and pay it or creating a charge in the sandbox ecommerce API integration, but basically every time I am getting this error
{ "message": "500 Internal Server Error", "error": { "code": "processing_error", "message": "An error occurred while processing the token request." } }
I tried getting the token from the Iframe, which gives me a very similar output as when I my self create the token with https://token-sandbox.dev.clover.com/v1/tokens. (something like "clv_1TSTS51reeCEYt56MM3KYc2v") but in both cases I get the same error, what I am doing wrong?