summaryrefslogtreecommitdiff
path: root/src/include/taler_exchangedb_plugin.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-10-19 21:02:04 +0200
committerChristian Grothoff <christian@grothoff.org>2021-10-19 21:02:10 +0200
commit778a402d07706462818e9c9d01520fd3d8d238d8 (patch)
tree18ffbbb763cbeaf05de595e461317d2387ae60ec /src/include/taler_exchangedb_plugin.h
parentfa30a132a53196eec1ac731e332a075ba8b93991 (diff)
downloadexchange-778a402d07706462818e9c9d01520fd3d8d238d8.tar.gz
exchange-778a402d07706462818e9c9d01520fd3d8d238d8.tar.bz2
exchange-778a402d07706462818e9c9d01520fd3d8d238d8.zip
-implement more of the KYC handlers
Diffstat (limited to 'src/include/taler_exchangedb_plugin.h')
-rw-r--r--src/include/taler_exchangedb_plugin.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/include/taler_exchangedb_plugin.h b/src/include/taler_exchangedb_plugin.h
index b8c504063..5a3313ca7 100644
--- a/src/include/taler_exchangedb_plugin.h
+++ b/src/include/taler_exchangedb_plugin.h
@@ -2361,6 +2361,20 @@ struct TALER_EXCHANGEDB_Plugin
/**
+ * Set the KYC status to "OK" for a bank account.
+ *
+ * @param cls the @e cls of this struct with the plugin-specific state
+ * @param payment_target_uuid which account has been checked
+ * @param ... possibly additional data to persist (TODO)
+ * @return transaction status
+ */
+ enum GNUNET_DB_QueryStatus
+ (*set_kyc_ok)(void *cls,
+ uint64_t payment_target_uuid,
+ ...);
+
+
+ /**
* Get the KYC status for a bank account.
*
* @param cls the @e cls of this struct with the plugin-specific state