summaryrefslogtreecommitdiff
path: root/integration-bank.rst
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-03-04 11:58:37 +0100
committerChristian Grothoff <christian@grothoff.org>2016-03-04 11:58:37 +0100
commit8699ebe3b1683ba1487261d348b792409ca60ced (patch)
treeb326b58b54f9ff52acf3bcee727cafd2c9b55df9 /integration-bank.rst
parent1216712fa1b3c88eb1d2ba5ff18922f20e5284a2 (diff)
downloaddocs-8699ebe3b1683ba1487261d348b792409ca60ced.tar.gz
docs-8699ebe3b1683ba1487261d348b792409ca60ced.tar.bz2
docs-8699ebe3b1683ba1487261d348b792409ca60ced.zip
mint->exchange renaming
Diffstat (limited to 'integration-bank.rst')
-rw-r--r--integration-bank.rst10
1 files changed, 5 insertions, 5 deletions
diff --git a/integration-bank.rst b/integration-bank.rst
index 348f70ae..b51ca0cb 100644
--- a/integration-bank.rst
+++ b/integration-bank.rst
@@ -18,24 +18,24 @@ Reserve Creation Request
-------------------------
The bank website can request the creation of a :term:`reserve`. This operation
-will require the user to specify the mint where he wants to create the reserve
+will require the user to specify the exchange where he wants to create the reserve
and the resolution of a CAPTCHA, before any action will be taken.
As a result of the reserve creation request, the following steps will happen in sequence:
1. The user chooses the desired amount from the bank's form
2. Upon confirmation, the wallet fetches the desired amount from the user-filled form and
- prompts the user for the *mint base URL*. Then ask the user to confirm creating the
+ prompts the user for the *exchange base URL*. Then ask the user to confirm creating the
reserve.
2. The wallet will create a key pair for the reserve.
3. The wallet will request the CAPTCHA page to the bank. In that request's parameters it
- communicates the desired amount, the reserve's public key and the mint base URL to the
+ communicates the desired amount, the reserve's public key and the exchange base URL to the
bank
4. Upon successful resolution of the CAPTCHA by the user, the bank initiates the reserve
creation according to the gotten parameters. Together with `200 OK` status code sent back
to the wallet, it gets also a `ReserveCreated`_ object.
Note that the reserve creation can be done by a SEPA wire transfer or some other means,
-depending on the user's bank and chosen mint.
+depending on the user's bank and chosen exchange.
In response to the reserve creation request, the Taler wallet MAY cause the
current document location to be changed, in order to navigate to a
@@ -60,7 +60,7 @@ The event data must be a `CreateReserveDetail`_:
// amount_fraction
// amount_currency
// reserve_pub
- // mint
+ // exchange
callback_url: string;
// list of wire transfer types supported by the bank