From 7c94a71def217618056a547ac9e8cfa4b2ea1331 Mon Sep 17 00:00:00 2001 From: Marcello Stanisci Date: Mon, 9 Jul 2018 10:05:59 +0200 Subject: Method to mark merchant as KYC-checked. --- src/include/taler_exchangedb_plugin.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'src/include') diff --git a/src/include/taler_exchangedb_plugin.h b/src/include/taler_exchangedb_plugin.h index 6d85d1a49..6724be4d2 100644 --- a/src/include/taler_exchangedb_plugin.h +++ b/src/include/taler_exchangedb_plugin.h @@ -2235,6 +2235,18 @@ struct TALER_EXCHANGEDB_Plugin struct TALER_EXCHANGEDB_Session *session, const char *payto_url); + /** + * Mark a merchant as KYC-checked. + * + * @param payto_url payto:// URL indentifying the merchant + * to check. Note, different banks may have different + * policies to check their customers. + * @return database transaction status. + */ + enum GNUNET_DB_QueryStatus + (*mark_kyc_merchant) (void *cls, + struct TALER_EXCHANGEDB_Session *session, + const char *payto_url); }; -- cgit v1.2.3