#iandk-webhook-events

1 messages · Page 1 of 1 (latest)

keen sail
#

Hi there, do you have the ID of an event where you saw this?

fast otter
#

hey, sure
id": "evt_1KkpIdJp8kb7oDF1JhQvNzNF"

keen sail
#

Thank you.

#

Okay, so it looks like your server is returning that 401 response.

fast otter
#

is there any additional response?

#

401 seems to be related to auth issues, however I've already added the stripe_webhook_secret

keen sail
#

I think the error string is going to be more beneficial than the status code. It seems like your end isn't expecting the UTF-8 encoding that we use.

fast otter
#

hmmm, I've never had any UTF-8 related issues on that system before.
Have you seen this issue before or do you have any idea what the cause could be?
It's a laravel application with laravel stripe on a LAMP based system

keen sail
#

I have, but we're not familiar with the Laravel Stripe integration (it was built by Laravel) so I'm not sure where to suggest you look. Here are a couple posts that seem like they might be relevant that I found:
https://stackoverflow.com/questions/55119582/invalid-encoding-iso-8859-1-in-laravel-webhook-api-for-stripe
https://unix.stackexchange.com/questions/538020/invalid-encoding-iso-8859-1

fast otter
#

thank you, I'll have a look