#kumarpal-webhooks

1 messages · Page 1 of 1 (latest)

gritty mesa
#

what do you call a "user" exactly? what exactly are you changing, what ID, what API are you making?

cedar forum
#

I just want to inform my server about user changes.
suppose I changed user subscription A to B or subscription status from A to B from stripe Dashboard then any webhook endpoint which informs me about these changes?

gritty mesa
#

yep!

#

for example it might be a webhook with a customer.subscription.updated event. Depends what you're changing exactly. Best option is to test things in test mode and look at your dashboard at the type of events generated.

cedar forum
#

Got it thanks.