taler-docs

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

commit f80f3f91561e668d2580bf154bec7adfbc78fe60
parent 16899f7a028c5bd4679c97237a00017532b38a03
Author: Christian Grothoff <christian@grothoff.org>
Date:   Thu, 10 Jul 2025 21:15:13 +0200

#9454 was merged with protocol version to v20

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

diff --git a/core/api-merchant.rst b/core/api-merchant.rst @@ -3672,7 +3672,7 @@ Querying known wire transfers Obtain a list of all wire transfers the backend was told had been made into the merchant bank account. - Since protocol **vBUG9454** this endpoint is only about + Since protocol **v20** this endpoint is only about actually confirmed wire transfers. **Required permission:** ``transfers-read`` @@ -3689,7 +3689,7 @@ Querying known wire transfers :query offset: *Optional*. Starting ``transfer_serial_id`` for an iteration. - :query expected: *Optional*. Filter transfers that we expected to receive (YES: only expected, NO: only unexpected, ALL: default). Since protocol **vBUG9454**. + :query expected: *Optional*. Filter transfers that we expected to receive (YES: only expected, NO: only unexpected, ALL: default). Since protocol **v20**. **Response:** @@ -3731,18 +3731,18 @@ Querying known wire transfers // True if we checked the exchange's answer and are happy with it. // False if we have an answer and are unhappy, missing if we // do not have an answer from the exchange. - // Removed in protocol **vBUG9454**. + // Removed in protocol **v20**. verified?: boolean; // True if the merchant uses the POST /transfers API to confirm // that this wire transfer took place (and it is thus not // something merely claimed by the exchange). - // Removed in protocol **vBUG9454**. + // Removed in protocol **v20**. confirmed?: boolean; // True if this wire transfer was expected. // (a matching "/private/incoming" record exists). - // Since protocol **vBUG9454**. + // Since protocol **v20**. expected?: boolean; } @@ -3755,7 +3755,7 @@ Querying expected wire transfers Obtain a list of expected incoming wire transfers the backend is anticipating. - Since protocol **vBUG9454**. + Since protocol **v20**. **Required permission:** ``transfers-read``