diff options
author | Christian Grothoff <christian@grothoff.org> | 2023-04-30 23:02:14 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2023-04-30 23:02:14 +0200 |
commit | d831c7f72a5030e20efb4ada7babc103ccd01fab (patch) | |
tree | 2c38b1c8d25c1c694bd57c32b43da53943c7591e | |
parent | 5cfe18c5bbfd404a5f7cf27a78577c881ddb9ebd (diff) |
-new EC
-rw-r--r-- | gnu-taler-error-codes/registry.rec | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec index 8b0470c..acfb528 100644 --- a/gnu-taler-error-codes/registry.rec +++ b/gnu-taler-error-codes/registry.rec @@ -1567,6 +1567,11 @@ Name: MERCHANT_POST_ORDERS_ID_PAY_AGE_COMMITMENT_HASH_MISSING Description: The payment required no minimum age but one of the coins (of a denomination with support for age restriction) did not provide the required h_age_commitment. HttpStatus: 400 +Value: 2175 +Name: MERCHANT_POST_ORDERS_ID_PAY_WIRE_METHOD_UNSUPPORTED +Description: The exchange does not support the selected bank account of the merchant. Likely the wallet has stale data on the bank accounts of the exchange and thus selected an inappropriate exchange. +HttpStatus: 409 + # 2200-2249: post orders ID paid endpoint Value: 2200 |