Retrieve a Merchant
object for the given merchant_id
.
curl https://connect.squareupsandbox.com/v2/merchants/{merchant_id} \
-H 'Square-Version: 2020-12-16' \
-H 'Authorization: Bearer ACCESS_TOKEN' \
-H 'Content-Type: application/json'
// No response received yet.