We are getting this error when adding a source token to a customer in the clover ecommerce api.
{"message":"400 Bad Request","error":{"code":"processing_error","message":"['country' is required to be non-null]"}}
The url is:
PUT https://scl-sandbox.dev.clover.com/v1/customers/<customerId>
the body is:
{"source":"<clv_token_here>","email":"<email>"}
I couldn't find anything in the forum or in the docs about it.