summaryrefslogtreecommitdiff
path: root/src/include/taler_kyclogic_plugin.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-08-18 15:39:28 +0200
committerChristian Grothoff <christian@grothoff.org>2022-08-18 15:39:39 +0200
commit3194ccabc1fa0ed52d59167668a7f546dbdbf377 (patch)
treea397c944bf75c30c9cedf71b8d0117a11212575e /src/include/taler_kyclogic_plugin.h
parentcb27943f1443c38a4dcfde118207688eb049f13c (diff)
downloadexchange-3194ccabc1fa0ed52d59167668a7f546dbdbf377.tar.gz
exchange-3194ccabc1fa0ed52d59167668a7f546dbdbf377.tar.bz2
exchange-3194ccabc1fa0ed52d59167668a7f546dbdbf377.zip
untested draft of webhook logic for persona
Diffstat (limited to 'src/include/taler_kyclogic_plugin.h')
-rw-r--r--src/include/taler_kyclogic_plugin.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/include/taler_kyclogic_plugin.h b/src/include/taler_kyclogic_plugin.h
index 7c0ebbc43..a4c166abc 100644
--- a/src/include/taler_kyclogic_plugin.h
+++ b/src/include/taler_kyclogic_plugin.h
@@ -77,6 +77,8 @@ enum TALER_KYCLOGIC_KycStatus
* The provider is still checking.
*/
TALER_KYCLOGIC_STATUS_PROVIDER_PENDING
+
+
= TALER_KYCLOGIC_STATUS_PROVIDER
| TALER_KYCLOGIC_STATUS_PENDING,
@@ -241,6 +243,12 @@ struct TALER_KYCLOGIC_Plugin
char *library_name;
/**
+ * Name of the logic, for webhook matching. Set by the
+ * plugin loader.
+ */
+ char *name;
+
+ /**
* Load the configuration of the KYC provider.
*
* @param cls closure