#sfd6088

1 messages · Page 1 of 1 (latest)

flint sandBOT
coarse oak
#
GitHub

PHP library for the Stripe API. . Contribute to stripe/stripe-php development by creating an account on GitHub.

spice wharf
#

ok I already have the test webhook, if i use the new account with the correct version of the webook will it work fine? I mean you confirm that the signature changed in these years?

#

thank you i will test asap

coarse oak
#

If you're getting a Signature Verification error, have you checked if the webhook secret you're using is correct?

spice wharf
#

yeah the others works fine, same call

coarse oak
#

every webhook endpoint you set up has a different webhook secret

spice wharf
#

i checked the keys, and they are the same

#

HTTP_STRIPE_SIGNATURE
the only problem is this check

#

i saved the ones stripe send for the older versions and the one they send for the new one and they are very diff

#

t=...,v1=....,v0=.... the new one
t=...,v1=.... the older

coarse oak
#

maybe try setting up a webhook endpoint pinned to the older version and see if that works then

spice wharf
#

any doc i can refer to?

coarse oak
spice wharf
#

oh ok, instead of using the dashboard webhook i ask for one

coarse oak
#

You can't create a webhook pinned to a specific API version via the Dashboard, it's only possible via the API