taler-docs

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

commit 039d38a2da7690292e0c1881e6cfc029243f06bd
parent 3c4c2cebea13dad21f346107c7fb0057cb7aa5ac
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sat, 31 Jan 2026 22:17:05 +0100

API enhancement for #10775

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

diff --git a/core/api-merchant.rst b/core/api-merchant.rst @@ -4676,6 +4676,11 @@ Inspecting orders // Was this transfer confirmed by the merchant via the // POST /transfers API, or is it merely claimed by the exchange? confirmed: boolean; + + // Transfer serial ID of this wire transfer, useful as + // ``offset`` for the GET ``/private/incoming`` endpoint. + // Since **v25**. + expected_transfer_serial_id: Integer; } .. ts:def:: TransactionWireReport @@ -5007,7 +5012,7 @@ Querying expected wire transfers :query limit: *Optional*. At most return the given number of results. Negative for descending in execution time, positive for ascending in execution time. Default is ``-20``. - :query offset: *Optional*. Starting ``transfer_serial_id`` for an iteration. + :query offset: *Optional*. Starting ``expected_transfer_serial_id`` for an iteration. :query verified: *Optional*. Filter transfers by verification status (YES: reconcilation worked, NO: reconciliation failed, ALL: default)