GoodCloud / django-zebra

Forms, widgets, template tags and examples that make Stripe + Django easier.
MIT License
194 stars 68 forks source link

Transfer Webhooks like transfer.paid and transfer.updated #32

Open gmehta-personal opened 10 years ago

gmehta-personal commented 10 years ago

Hi,

Any plans of supporting these "transfer" events:

  1. transfer.updated describes a transfer Occurs whenever the amount of a pending transfer is updated.
  2. transfer.paid describes a transfer Occurs whenever a sent transfer is expected to be available in the destination bank account. If the transfer failed, a transfer.failed webhook will additionally be sent at a later time.

Is the assumption that if we don't receive transfer.failed, then it was successful? Also, what if there was a usecase to execute a task upon receiving a transfer.created hook - how can we handle that today?