Question
Stripe connector failing on the following error
“message”: “The provided key ‘rk_live_********’ does not have the required permissions for this endpoint on account ‘acc’. Having the ‘rak_event_read’ permission would allow this request to continue.“,
“type”: “invalid_request_error”
Environment
Connector: Stripe
Answer
The error says "rak_event_read" permission is required. This means you need to grant the object Event
with Read
permission.
Cause
Insufficient permissions on the endpoint.