Error when integrating new API

I believe it’s on the CreatePayment request. That error means the request body isn’t in valid JSON which is why its failing and not making it to Square. I see the ListLocations call in your API logs so we know that calls are succeeding. Its just the POST to CreatePayment isn’t valid JSON. :slightly_smiling_face: