summaryrefslogtreecommitdiff
path: root/core/api-bank-merchant.rst
diff options
context:
space:
mode:
Diffstat (limited to 'core/api-bank-merchant.rst')
-rw-r--r--core/api-bank-merchant.rst10
1 files changed, 8 insertions, 2 deletions
diff --git a/core/api-bank-merchant.rst b/core/api-bank-merchant.rst
index a99705a8..c7b56c09 100644
--- a/core/api-bank-merchant.rst
+++ b/core/api-bank-merchant.rst
@@ -1,6 +1,6 @@
..
This file is part of GNU TALER.
- Copyright (C) 2021 Taler Systems SA
+ Copyright (C) 2021-2023 Taler Systems SA
TALER is free software; you can redistribute it and/or modify it under the
terms of the GNU Affero General Public License as published by the Free Software
@@ -14,7 +14,7 @@
TALER; see the file COPYING. If not, see <http://www.gnu.org/licenses/>
.. _taler-bank-merchant-http-api:
-
+
============================
Taler Bank Merchant HTTP API
============================
@@ -102,6 +102,12 @@ Querying the transaction history
// Array of incoming transactions.
incoming_transactions : MerchantIncomingBankTransaction[];
+ // Payto URI to identify the receiver of funds.
+ // This must be one of the merchant's bank accounts.
+ // Credit account is shared by all incoming transactions
+ // as per the nature of the request.
+ credit_account: string;
+
}
.. ts:def:: MerchantIncomingBankTransaction