taler-docs

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

commit 72076bf3be6219bba9d6df155fc9c9f895d3539c
parent 2b22f8b1c3881aded929c640705d7605af2706b8
Author: Joel Häberli <haebu@rubigen.ch>
Date:   Wed, 17 Apr 2024 18:30:07 +0200

docs: rename field in confirmation request

Diffstat:
Mcore/api-bank-integration.rst | 8++++++--
1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/core/api-bank-integration.rst b/core/api-bank-integration.rst @@ -229,8 +229,12 @@ for the withdrawal operation (the ``WITHDRAWAL_ID``) to interact with the withdr // An identifier, which identifies the device // processing the payment for the withdrawal // triggering the confirmation (e.g. Terminal - // or ATM). Intended for auditability. - src_device_id: string; + // or ATM). This is needed to link the withdrawal + // to a terminal owned by a specific provider. + // This will decide about how the withdrawal + // is attested. The device must be known to + // the exchange and be somehow registered. + terminal_id: number; // The amount to withdraw. Fees are to be sent in the // separate field 'fees' and not included in the amount.