summaryrefslogtreecommitdiff
path: root/core/api-bank-integration.rst
diff options
context:
space:
mode:
authorJoel Häberli <haebu@rubigen.ch>2024-04-17 18:30:07 +0200
committerJoel Häberli <haebu@rubigen.ch>2024-04-17 18:30:07 +0200
commit72076bf3be6219bba9d6df155fc9c9f895d3539c (patch)
tree5c531a663a9270f32ecb95d73d4c26782778e74c /core/api-bank-integration.rst
parent2b22f8b1c3881aded929c640705d7605af2706b8 (diff)
downloaddocs-72076bf3be6219bba9d6df155fc9c9f895d3539c.tar.gz
docs-72076bf3be6219bba9d6df155fc9c9f895d3539c.tar.bz2
docs-72076bf3be6219bba9d6df155fc9c9f895d3539c.zip
docs: rename field in confirmation request
Diffstat (limited to 'core/api-bank-integration.rst')
-rw-r--r--core/api-bank-integration.rst8
1 files changed, 6 insertions, 2 deletions
diff --git a/core/api-bank-integration.rst b/core/api-bank-integration.rst
index fbeb862d..ac1ba63a 100644
--- 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.