"""TransferWise webhook events mapping.""" application_subscriptions = { "transfers_state": "transfers#state-change", "profile_verification": "profiles#verification-state-change", } profile_subscriptions = { "transfers_state": "transfers#state-change", "transfers_active_cases": "transfers#active-cases", "balance_credit": "balances#credit", } delivery_version = "2.0.0"