Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing webhook handlers #541

Closed
22 tasks
tysonclugg opened this issue Jan 29, 2018 · 3 comments · Fixed by #620
Closed
22 tasks

Missing webhook handlers #541

tysonclugg opened this issue Jan 29, 2018 · 3 comments · Fixed by #620
Milestone

Comments

@tysonclugg
Copy link

tysonclugg commented Jan 29, 2018

The following webhooks have no handlers registered in pinax.stripe.webhooks.registry:

  • charge.pending
  • charge.refund.updated
  • customer.bank_account.deleted
  • customer.source.expiring
  • file.created
  • invoice.sent
  • invoice.upcoming
  • order_return.created
  • payout.canceled
  • payout.created
  • payout.failed
  • payout.paid
  • payout.updated
  • product.deleted
  • review.closed
  • review.opened
  • sigma.scheduled_query_run.created
  • sku.deleted
  • source.canceled
  • source.chargeable
  • source.failed
  • source.transaction.created

This feature request is important because it's not currently possible to receive signals for any missing events.

@blueyed
Copy link
Contributor

blueyed commented Jan 29, 2018

How did you compile the list?
Would it be possible to do this automatically, e.g. by scraping the docs?

@tysonclugg
Copy link
Author

tysonclugg commented Jan 29, 2018

@blueyed I opened up Chrome dev tools while looking at the Stripe docs to find the XHR call to the Stripe website that includes the relevant docs. I was thinking the same as you and tried to write a script, it got complicated...

@paltman paltman added this to the Light milestone Nov 27, 2021
@paltman
Copy link
Member

paltman commented Nov 27, 2021

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants