#Gautam

1 messages · Page 1 of 1 (latest)

strong oliveBOT
static finch
#

Hi there

alpine relic
#

yes

static finch
#

So you can install the Stripe package in your backend using npm

#

Then you write your webhook handler code in your backend

#

There isn't an npm package specifically for webhooks

#

Which actually has React examples

#

Hmm actually the quickstart is only for Stripe Checkout

#

You want to create a custom flow here?

alpine relic
#

Is it necessary to use the WebHooks?

static finch
#

For Subscriptions, yes.

#

And in general they are highly recommended.

#

But you need to be able to handle async actions with Subscriptions, like when a renewal payment fails you need to stop provisioning access.

alpine relic
#

Also webhooks is used in the the server side code or Client side code?

static finch
#

Server side

alpine relic
#

Thank you very much for help.