Hi, recently one of our customers seems the have trouble paying for an order using the e-commerce API with the iFrame integration.
The response from clover e-commerce is as follows:
{"message":"404 Not Found","error":{"type":"invalid_request_error","code":"invalid_request","message":"Invalid token or token not found"}}
We use the iFrame integration to generate a tokenized card which we in turn use to pay for the order using the /v1/orders/<orderId>/pay endpoint.
It doesn't seem like anything is amiss in our integration. Can you please look into why these payments are failing?
Thank You