djstripe.management.commands.djstripe_process_events

Command

Bases: VerbosityAwareOutputMixin, BaseCommand

Command to process all Events.

Optional arguments are provided to limit the number of Events processed.

Note: this is only guaranteed go back at most 30 days based on the current limitation of stripe's events API. See: https://stripe.com/docs/api/events

help

attribute  help

add_arguments

add_arguments(self, parser)

Add optional arguments to filter Events by.

handle

handle(self, *args, **options)

Try to process Events listed from the API.

process_events

process_events(self, listed_events)