From 32e11c7b12281d059d32bba5ad858144dfb3e7bf Mon Sep 17 00:00:00 2001 From: ms Date: Sat, 27 Nov 2021 13:45:42 +0100 Subject: comment --- core/api-bank-access.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'core/api-bank-access.rst') diff --git a/core/api-bank-access.rst b/core/api-bank-access.rst index 3ed8adf0..343b319a 100644 --- a/core/api-bank-access.rst +++ b/core/api-bank-access.rst @@ -209,9 +209,9 @@ Transactions .. ts:def:: BankAccountTransactionCreate interface CreateBankAccountTransactionCreate { - - // Support 'iban' and 'x-taler-bank' authorities. 'iban' - // target type should specify a BIC too. + // Note: the authority value ('iban' or 'x-taler-bank') + // depends on the particular service that offers the Access API. + // euFin offers only 'iban' and the PyBank only 'x-taler-bank'. paytoUri: string; amount: string; // with currency -- cgit v1.2.3