Problem
We have some webhooks that are failing or are not processed. Here's a breakdown of things based on state.
We'll need to decide whether we address all of these now and in what priority. Some appear to be needed, most do not.
- 👍 looks good
- ❓ urgent question
- ❔ non-urgent question, probably doesn't need handled
- 🚫 needs fixed
processed
account.updated 👍
account.external_account.created 👍
unhandled
plan.created - nothing particularly interesting happens here since we've just created the plan
customer.source.created - likely does not need handled since it comes from us creating a card
customer.created - probably does not need handled
charge.succeeded - probably covered by invoice payment succeeded
invoice.created - probably does not need handled
invoice.payment_succeeded - handled right now, I believe
customer.updated - handled as much as we can now
application_fee.created - probably does not need handled
customer.subscription.created - likely does not need handled
Problem
We have some webhooks that are failing or are not processed. Here's a breakdown of things based on state.
We'll need to decide whether we address all of these now and in what priority. Some appear to be needed, most do not.
processedaccount.updated 👍
account.external_account.created 👍
unhandledplan.created - nothing particularly interesting happens here since we've just created the plan
customer.source.created - likely does not need handled since it comes from us creating a card
customer.created - probably does not need handled
charge.succeeded - probably covered by invoice payment succeeded
invoice.created - probably does not need handled
invoice.payment_succeeded - handled right now, I believe
customer.updated - handled as much as we can now
application_fee.created - probably does not need handled
customer.subscription.created - likely does not need handled