aboutsummaryrefslogtreecommitdiff
path: root/gnu-taler-error-codes
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-01-11 17:17:33 +0100
committerChristian Grothoff <christian@grothoff.org>2023-01-11 17:17:33 +0100
commitccb3d26957b6700ab868c0792f0397465be331d4 (patch)
treeebd3f0f9fae5e86c3c654b0a1d1f23436c6f74d1 /gnu-taler-error-codes
parent79163ab6ea6f6cfe7f4311f91fb45c747b8c33da (diff)
downloadgana-ccb3d26957b6700ab868c0792f0397465be331d4.tar.gz
gana-ccb3d26957b6700ab868c0792f0397465be331d4.zip
-add EC for KYC process
Diffstat (limited to 'gnu-taler-error-codes')
-rw-r--r--gnu-taler-error-codes/registry.rec5
1 files changed, 5 insertions, 0 deletions
diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec
index c697a72..d641615 100644
--- a/gnu-taler-error-codes/registry.rec
+++ b/gnu-taler-error-codes/registry.rec
@@ -393,6 +393,11 @@ Name: EXCHANGE_GENERIC_PURSE_DELETED
393Description: The purse was deleted. 393Description: The purse was deleted.
394HttpStatus: 410 394HttpStatus: 410
395 395
396Value: 1051
397Name: EXCHANGE_GENERIC_KYC_REQUIRED
398Description: The request cannot be legally completed until the customer completes a know-your-customer (KYC) process.
399HttpStatus: 451
400
396Value: 1100 401Value: 1100
397Name: EXCHANGE_DEPOSITS_GET_NOT_FOUND 402Name: EXCHANGE_DEPOSITS_GET_NOT_FOUND
398Description: The exchange did not find information about the specified transaction in the database. 403Description: The exchange did not find information about the specified transaction in the database.