Overview
New integrations should use the event names documented in Webhook Events. Some older integrations may still receive previous event names during the migration window. These names are delivered only for compatibility and are not accepted when creating or updatingevent_types.
If your endpoint receives all events, you may see both the current event and its legacy counterpart for the same resource transition.
Event Name Mapping
| Current event | Legacy event |
|---|---|
deposit.requires_review | deposit.flagged |
deposit.completed | deposit.settled |
transfer.requires_review | transfer.flagged |
transfer.completed | transfer.settled |
withdrawal.completed | withdrawal.settled |
funding_account.active | virtual_account.created |
funding_account.active | onramp.created |
funding_account.failed | onramp.failed |