#iandk-webhook-events
1 messages · Page 1 of 1 (latest)
hey, sure
id": "evt_1KkpIdJp8kb7oDF1JhQvNzNF"
is there any additional response?
401 seems to be related to auth issues, however I've already added the stripe_webhook_secret
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.
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
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
I found an error Invalid encoding: ISO-8859-1 during the test a webhook event named invoice.created. There is a strange that it's working fine in a local server but not working on a live server. Be...
thank you, I'll have a look