I'm trying to add a card into customer profile but the API returning HTTP 500 without any clear explanation about the error.
API URL: https://scl-sandbox.dev.clover.com/v1/customers/{customerId}
Method: PUT
Payload:
{"email":"user@myemail.com","source":"clv_3TSTx27HxMdSPKxxQxx32xCy","ecomind":"ecom"}
Response:
{ code: 'processing_error', message: 'Internal Server Error.' }
Any help would be appreciated.
Thanks!