taler-docs

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

commit da24ce8a77e8aac371ad05837a14319328b2fc98
parent 808abd6ee3c8dc5053e69a7ba8df4b4d3cf29a6a
Author: Florian Dold <florian@dold.me>
Date:   Mon, 12 Feb 2024 22:20:00 +0100

bank integration API: document previous behavior of confirm_transfer_url

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

diff --git a/core/api-bank-integration.rst b/core/api-bank-integration.rst @@ -119,6 +119,7 @@ for the withdrawal operation (the ``WITHDRAWAL_ID``) to interact with the withdr // URL that the user needs to navigate to in order to // complete some final confirmation (e.g. 2FA). + // Only applicable when ``status`` is ``selected`` or ``pending``. // It may contain withdrawal operation id confirm_transfer_url?: string; @@ -194,7 +195,7 @@ for the withdrawal operation (the ``WITHDRAWAL_ID``) to interact with the withdr // URL that the user needs to navigate to in order to // complete some final confirmation (e.g. 2FA). // - // Only applicable when ``status`` is ``selected``. + // Only applicable when ``status`` is ``selected`` or ``pending``. // It may contain withdrawal operation id confirm_transfer_url?: string;