Hi,
Our Square application is supposed to have the loyalty points permission and it works well for all other merchant clients. Only this merchant has the issue and we have tried several times to de-auth and re-auth it. Here are our permission details. Please help us with it.
This the the request.
{
"accumulate_points": {
"order_id": "FukYofq2OmfLNWwQ4eWeIIopTifZY"
},
"idempotency_key": "FukYofq2OmfLNWwQ4eWeIIopTifZY",
"location_id": "VRH568RGDHCEJ"
}
This is the response
{
"errors": [
{
"code": "FORBIDDEN",
"detail": "Application does not have permission to access the resource",
"category": "AUTHENTICATION_ERROR"
}
]
}
7 posts - 3 participants