taler-docs

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

commit dbd92a613d4762fd18cd717319b93d38eb690cbf
parent 0d8c4a3d76c99d2b80885000782c81c4a3504d2f
Author: Christian Blättler <blatc2@bfh.ch>
Date:   Fri, 26 Apr 2024 12:28:00 +0200

update pay api

Diffstat:
Mcore/api-merchant.rst | 10++++++----
1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/core/api-merchant.rst b/core/api-merchant.rst @@ -425,17 +425,19 @@ Making the payment interface TokenUseSig { - // Signature on ``TALER_DepositRequestPS`` with the token use key of the - // token being used in this request. + // Signature on ``TALER_TokenUseRequestPS`` with the token use key of + // the token being used in this request. token_sig: EddsaSignature; // Token use public key. token_pub: EddsaPublicKey; - // Unblinded signature made by the token issue public key of the merchant. + // Unblinded signature on ``TALER_TokenIssueRequestPS`` with the token + // issue public key of the merchant. ub_sig: UnblindedSignature; - // The hash of the token issue public key associated with this token. + // The hash of the token issue public key of the token being using + // in this request. h_issue: HashCode; }