StripeEvents table missing id

I uninstalled and reinstalled the StripeIntegration Plugin, during this, i deleted the StripeEvents table.
Now webhooks are shown as sucessfull in the stripe backend, but only the field type is inserted in the StripeEvents data table. I added the missing field id while dynamic schema creation is still on.

I added the webhook with a new apiKey and addtional role, i checked that there are all permissions set for the StripeEvent datatable.

Hi Jan,

Please describe what the actual problem is.

Regards,
Mark

The problem was, that there was no id inserted only the type. Yesterday events with id and type were inserted in the data table.
Now the webhook fails with:

{
  "code": 14008,
  "message": "Access denied",
  "errorData": {
  }

}

Is this an error from Stripe?

I am sorry, we clearly need more details on what you see to provide any kind of guidance.

this is the error shown on the strip console, so its the response from backendless strip api service :


Erorr 400

 {
  "code": 14008,
  "message": "Access denied",
  "errorData": {
  }
}

same when i invoke from backendless console
image

could it be a permission error ?

i explicitly denied access to all roles except a custom StripeRole which has its own api key and the servercode role .