#Himbo - Test Webhooks

1 messages · Page 1 of 1 (latest)

full birch
#

Hi 👋
test webhooks fire in response to events on your stripe account.

#

You can trigger them using the Stripe CLI

tall light
#

Oh like the use case currently is we have AWS CDK generate webhook endpoints for us in Stripe. But we pretty quickly hit the limit of 16 test webhooks

#

Is this something you guys increase at request or will this require re-architecting things

full birch
#

We are not likely to allow. more than 16 test endpoints

#

You will need to re-configure how you are using webhook endpoints

#

OR

#

Create separate accounts (each of which can have 16 endpoints) for specific purposes

tall light
#

oh boy I see