I've been integrating clover ecommerce payment solution using the iframe approach to our applications:
https://docs.clover.com/clover-platform/docs/using-the-clover-hosted-iframe
However, it seems like I cannot reuse the token generated from the provided sdk (step 4):
When executing the charge against the https://scl-sandbox.dev.clover.com//v1/orders/{orderId}/pay i get the following response when using an already used token:
"{"message":"400 Bad Request","error":{"code":"token_already_used","message":"You cannot use a clover token more than once unless it is marked as recurring/multipay."}}"
I have 02 questions:
- How do we enable multipay for production merchants to use with the new clover ecommerce api?
- How do we enable multipay in sandbox environment?