๐Ÿ“ฑโš ๏ธbettorAccount.unverified

Whenever a new bettorAccount is unverified (verified=False) for any reason we fire this webhook event.

{
    "event": "bettoraccount.unverified",
    "sender": "SampleApp",
    "data": {
        "id": "BACT_IqNr2pZR1Wrs6r1XOKMVQ",
        "bettor": "BTTR_cahAECmtTe2l+Or9Ust5Ag",
        "book": "wh",
        "region":"New Jersey"
    }
}

This event will fire whenever a bettorAccount becomes unverified.

A ๐Ÿ“ฑ BettorAccount can become unverified when a ๐Ÿ”„ Refresh is unsuccessful for a variety of reasons including a password change, a sportsbook Terms of Service Update, or a sportsbook identity verification request.

We won't attempt refreshes on any 'unverified' accounts. The Bettor must either relink the account through the booklink UI.

We'll periodically attempt to reverify accounts that have become unverified but you should flag to a user that their account is unverified so they can reverify using the booklink button. You can rely on the 'verified' attribute on a bettor account to determine their current state.