#linuskettrips
1 messages · Page 1 of 1 (latest)
You can use Webhook events to do so: https://stripe.com/docs/billing/subscriptions/webhooks
Will i be able to perform actions if their subscription payment fails in the future ?
The webhook events are for monitoring of the subscriptions. To perform any action, it should be a separate integration
Of course, that's the point of the discord bot, i'm more asking if it would be possible as strip would need to update some kidn of field accessible from the webhook
Sorry, I don't understand you meant. Can you elaborate what you're trying to do? For Webhook events, there is no additional configuration required needed at Stripe end other sending the Webhook endpoint information. This is the guide about setting Webhook at your server: https://stripe.com/docs/webhooks/quickstart