taler-docs

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

commit 6ac61177814bfb61a91ff5649131999c76f83c78
parent 5d1416bd0f1b3056f9c871ba3073b4fe10721891
Author: Florian Dold <florian.dold@gmail.com>
Date:   Fri, 19 Jun 2020 00:10:32 +0530

new terminology

Diffstat:
Mlibeufin/api-nexus.rst | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/libeufin/api-nexus.rst b/libeufin/api-nexus.rst @@ -87,7 +87,7 @@ Bank Account Management holder: string; } -.. http:post:: {nexusBase}/bank-accounts/{acctid}/prepared-payments/{pmtid}/submit +.. http:post:: {nexusBase}/bank-accounts/{acctid}/payment-initiations/{pmtid}/submit Ask nexus to submit one prepare payment at the bank. @@ -95,7 +95,7 @@ Bank Account Management the bank connection could not be found in the system -.. http:get:: {nexus}/bank-accounts/{my-acct}/prepared-payments/{uuid} +.. http:get:: {nexus}/bank-accounts/{my-acct}/payment-initiations/{uuid} Ask the status of payment ``$uuid``. @@ -133,7 +133,7 @@ Bank Account Management preparationDate: string; } -.. http:post:: {nexusBase}/bank-accounts/{my-acct}/prepared-payments +.. http:post:: {nexusBase}/bank-accounts/{my-acct}/payment-initiations Ask nexus to prepare instructions for a new payment. Note that ``my-acct`` is the bank account that will be