<p>Thanks for filing this. Some info from #general for the dev who picks this up:</p>
<p>I did a quick audit and it looks like when creating a Revolut account, the form says phone #, but the input is not validated so it could be a phone or email. The "Trade information" screen also has logic to show email or phone number depending on how it interprets the field. Not straight forward... Relevant comment in code:</p>
<pre><code>    private static String getTitle(String accountId) {
        // From 0.9.4 on we only allow phone nr. as with emails we got too many disputes as users used an email which was
        // not registered at Revolut. It seems that phone numbers need to be registered at least we have no reports from
        // arbitrators with such cases. Thought email is still supported for backward compatibility.
        // We might still get emails from users who have registered when email was supported
        return accountId.contains("@") ? Res.get("payment.revolut.email") : Res.get("payment.revolut.phoneNr");
    }
</code></pre>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/bisq-network/bisq/issues/3728?email_source=notifications&email_token=AJFFTNWWAELY4YKRLP5O3ULQWWSWDA5CNFSM4JUETOYKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFXVIOY#issuecomment-560944187">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AJFFTNUHEMMJTYSKIJL7MRTQWWSWDANCNFSM4JUETOYA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AJFFTNVJAHWSZ5VRBF2R6JDQWWSWDA5CNFSM4JUETOYKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFXVIOY.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/bisq-network/bisq/issues/3728?email_source=notifications\u0026email_token=AJFFTNWWAELY4YKRLP5O3ULQWWSWDA5CNFSM4JUETOYKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFXVIOY#issuecomment-560944187",
"url": "https://github.com/bisq-network/bisq/issues/3728?email_source=notifications\u0026email_token=AJFFTNWWAELY4YKRLP5O3ULQWWSWDA5CNFSM4JUETOYKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFXVIOY#issuecomment-560944187",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>