exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

persona-kyc-failed.en.must (568B)


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