Forbidden

This problem occurs when you are not authorised to perform an operation on the requested resource.

Troubleshooting

  • Have you checked that the authentication token you’re using has the required scope to operate on the resource?
  • Have you checked that you haven’t accidentally tried to operate on the wrong resource?

Example error

1{
2 "type": "https://developer.yoco.com/docs/api/error-codes/forbidden",
3 "title": "Forbidden",
4 "detail": "You do not have permission to access this resource.",
5 "status": 403,
6 "code": "forbidden"
7}