libeufin

Integration and sandbox testing for FinTech APIs and data formats
Log | Files | Refs | Submodules | README | LICENSE

commit 1e4b1785f5d34c05b639803e3f6d46d5c561c445
parent 63e7e02ca0e7b31ac90fa247dd2df79d9a493c03
Author: Sebastian <sebasjm@gmail.com>
Date:   Mon, 25 Sep 2023 09:17:43 -0300

comment

Diffstat:
Mbank/src/main/kotlin/tech/libeufin/bank/Main.kt | 5++++-
1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/bank/src/main/kotlin/tech/libeufin/bank/Main.kt b/bank/src/main/kotlin/tech/libeufin/bank/Main.kt @@ -105,7 +105,10 @@ data class BankApplicationContext( */ val maxAuthTokenDurationUs: Long, /** - * FIXME/TBD. + * URL where the user should be redirected to complete the captcha. + * It can contain the substring "{woid}" that is going to be replaced + * with the withdrawal operation id and should point to the where the + * bank SPA is located. */ val spaCaptchaURL: String?, )