Fired when new ACH events are available. To begin receiving this webhook, you must first register your webhook listener endpoint via the webhooks page in the Dashboard. The BANK_TRANSFERS_EVENTS_UPDATE
webhook can be used to track the progress of ACH transfers used in micro-deposit verification. Receiving this webhook indicates you should fetch the new events from /bank_transfer/event/sync
. Note that Transfer customers should use Transfer webhooks instead of using BANK_TRANSFERS_EVENTS_UPDATE
; see micro-deposit events documentation for more details.
Name | Type | Description | Notes |
---|---|---|---|
webhook_type | str | `BANK_TRANSFERS` | |
webhook_code | str | `BANK_TRANSFERS_EVENTS_UPDATE` | |
environment | WebhookEnvironmentValues | ||
any string name | bool, date, datetime, dict, float, int, list, str, none_type | any string name can be used but the value must be the correct type | [optional] |