exchange

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

oauth2-provider-failure.en.must (496B)


      1 <html>
      2 <head>
      3 <title>502: KYC provider had an internal error</title>
      4 </head>
      5 <body>
      6 The KYC OAuth2 backend had an internal error.
      7 <pre>
      8 <!-- taler error code --> {{ code }}:
      9 <!-- GANA hint for EC --> {{ hint }}
     10 </pre>
     11 <p>
     12   <!-- human readable message with more specifics -->
     13   {{ message }}
     14 </p>
     15 <pre>
     16   <!-- true if we are in debug mode --> {{ debug }}
     17   <!-- optional: full response from OAuth provider;
     18        may contain private information! -->
     19   {{ server_response }}
     20 </p>
     21 </body>
     22 </html>