taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit 64cc16310eccaea99117e01116c6ef5528ab3215
parent c1fa9b535579b5053ab6146ea45fcff0eb29138f
Author: Christian Grothoff <christian@grothoff.org>
Date:   Tue,  7 Apr 2026 10:27:40 +0200

minor clarifications

Diffstat:
Mcore/exchange/get-kyc-info-ACCESS_TOKEN.rst | 2+-
Mcore/exchange/get-kyc-proof-PROVIDER_NAME.rst | 2++
2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/core/exchange/get-kyc-info-ACCESS_TOKEN.rst b/core/exchange/get-kyc-info-ACCESS_TOKEN.rst @@ -29,7 +29,7 @@ **Response:** - *Etag*: Will be set to the serial ID of the measure. Used for long-polling (only for 200 OK responses). + *Etag*: Will be set to a compound of the legitimization measure and outcome serial IDs, in the format ``"<measure_row>-<outcome_row>"``. Used for long-polling (only for 200 OK responses). :http:statuscode:`200 OK`: The body is a `KycProcessClientInformation`. diff --git a/core/exchange/get-kyc-proof-PROVIDER_NAME.rst b/core/exchange/get-kyc-proof-PROVIDER_NAME.rst @@ -61,6 +61,8 @@ The provided authorization token is invalid. :http:statuscode:`404 Not found`: The payment target is unknown. + :http:statuscode:`500 Internal Server Error`: + The exchange encountered an internal error processing the request. :http:statuscode:`502 Bad Gateway`: The exchange received an invalid reply from the legitimization service.