I have been developing my app for some months now. Yesterday the customer endpoint calls stopped working, yet I haven't changed anything. The error I receive is "processing_error" and the message is "Unknown Error".
I have been developing my app for some months now. Yesterday the customer endpoint calls stopped working, yet I haven't changed anything. The error I receive is "processing_error" and the message is "Unknown Error".
Thanks for your response.
I am able to call /v3 customers and any other /v3 endpoint successfully. I used to be able to create a customer with a COF
https://scl-sandbox.dev.clover.com/v1/customers
and pay for an order with a source (CustomerId or cToken).
https://scl-sandbox.dev.clover.com/v1/orders/{orderId}/pay
Now I can't. My cTokens (clv_xxx...) are declined with errors like:
{ "message": "402 Payment Required", "error": { "type": "card_error", "code": "card_declined", "message": "Token verification failed for token clv_1TSTS2hTLHdBH6H87Pii5SL3" } }
I generate the payment tokens with your IFRAME integration, but they no longer seem to be valid under any circumstance.
As I used to be able to pay for orders with and without COF, I just cannot figure out what has changed, or what I have inadvertently altered.
I would be very grateful for any help you can give.
4 People are following this question.