summaryrefslogtreecommitdiff
path: root/contrib/kyc_user_failed.en.must
blob: 54a4637c4332f4712483b9a905eed1aede396706 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<html>
<head>
<title>KYC authentication failed</title>
</head>
<body>
You failed the KYC check. See below for details.
<!-- {{logic}} indicates the type of KYC provider
     which generated the reply; for now, only
     "kycaid" is possible. Switch on the
     {{logic}} to render results in a provider-specific
     way. (or introduce new templates per provider?) -->
<!-- TODO: figure out exactly what the
     format of 'verifications' is here
     based on KYCAID documentation and parse
     that here. -->
<pre>
{{ verifications }}
</pre>
</body>
</html>