gana

GNUnet Assigned Numbers Authority
Log | Files | Refs | README | LICENSE

commit 0949cc1a1f8f1d229863a07a7867c23433cef5cc
parent 61556908520df557832b04bb5e1ee91c708aeef4
Author: Christian Blättler <blatc2@bfh.ch>
Date:   Sun, 21 Apr 2024 12:32:10 +0200

add merchant error code

Diffstat:
Mgnu-taler-error-codes/registry.rec | 7++++++-
1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec @@ -1638,6 +1638,11 @@ Name: MERCHANT_POST_ORDERS_ID_PAY_WIRE_METHOD_UNSUPPORTED Description: The exchange does not support the selected bank account of the merchant. Likely the merchant had stale data on the bank accounts of the exchange and thus selected an inappropriate exchange when making the offer. HttpStatus: 409 +Value: 2175 +Name: MERCHANT_POST_ORDERS_ID_PAY_CHOICE_INDEX_MISSING +Description: The payment requires the wallet to select a choice from the choices array and pass it in the 'chice_index' field of the request. +HttpStatus: 400 + # 2200-2224: post orders ID paid endpoint @@ -2986,7 +2991,7 @@ Value: 8610 Name: DONAU_EXCEEDING_DONATION_LIMIT Description: The donation amount specified in the request exceeds the limit of the charity. HttpStatus: 400 - + # 9000 - 9599: LibEuFin. Value: 9000