diff options
author | Marcello Stanisci <stanisci.m@gmail.com> | 2018-07-23 14:32:20 +0200 |
---|---|---|
committer | Marcello Stanisci <stanisci.m@gmail.com> | 2018-07-23 14:32:20 +0200 |
commit | 6df3227c241e360b84accabff03a8d316ad2af21 (patch) | |
tree | ce08bd1cdd9b6ac0f07720434366d280455b0066 /src/include/taler_exchangedb_plugin.h | |
parent | 9942032ae9f48cc08dcfc57382d2bd4226b898b3 (diff) |
Wire-plugin interface.
Add methods signatures to register merchants at banking institutions.
Diffstat (limited to 'src/include/taler_exchangedb_plugin.h')
-rw-r--r-- | src/include/taler_exchangedb_plugin.h | 18 |
1 files changed, 11 insertions, 7 deletions
diff --git a/src/include/taler_exchangedb_plugin.h b/src/include/taler_exchangedb_plugin.h index 2b2d43074..6e5947377 100644 --- a/src/include/taler_exchangedb_plugin.h +++ b/src/include/taler_exchangedb_plugin.h @@ -716,13 +716,17 @@ typedef int * Callback used to process data of a merchant under KYC monitoring. * * @param cls closure - * @param payto_url payto URL of this particular merchant (bank account) - * @param general_id general identificator valid at the KYC-caring institution - * @param kyc_checked status of KYC check: if GNUNET_OK, the merchant was - * checked at least once, never otherwise. - * @param merchant_serial_id serial ID identifying this merchant (bank - * account) into the database system; it helps making more efficient - * queries instead of the payto URL. + * @param payto_url payto URL of this particular + * merchant (bank account) + * @param general_id general identificator valid + * at the KYC-caring institution + * @param kyc_checked status of KYC check: + * if GNUNET_OK, the merchant was checked at least once, + * never otherwise. + * @param merchant_serial_id serial ID identifying + * this merchant (bank account) into the database system; + * it helps making more efficient queries than the payto + * URL. */ typedef void (*TALER_EXCHANGEDB_KycStatusCallback)(void *cls, |