We're trying out the Ecom Recurring APIs to create plans but we're getting the following error:
{ "status": { "reason": "Forbidden", "code": 403 }, "message": "Access denied" }
Request:
curl --request POST \ --url https://sandbox.dev.clover.com/recurring/v1/plans \ --header 'X-Clover-Merchant-Id: ommited' \ --header 'accept: application/json' \ --header 'authorization: Bearer ommited' \ --header 'content-type: application/json' \ --data ' { "name": "TEST API", "intervalCount": 1, "interval": "MONTH", "amount": 9000 }
Here are our app permissions:
Anying we're missing here?