Webhook
With webhook actions, we can process webhook data based on its event type.
Example
from stripe_integrations.actions import StripeWebhook
StripeWebhook.process_webhook(event_data)
Process webhook
This method processes the webhook event by adding the event data to the local database. For more details, refer to the event action for more details.
Method
from stripe_integrations.actions import StripeWebhook
StripeWebhook.process_webhook(event_data)
Returns
None