summaryrefslogtreecommitdiff
path: root/manpages/taler-merchant-setup-reserve.1.rst
blob: 485f769bf3c67c84a192e2a005b5cb54c5f3504d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
taler-merchant-setup-reserve(1)
###############################


.. only:: html

  Name
  ====

  **taler-merchant-setup-reserve** - setup reserve for tipping


Synopsis
========

**taler-merchant-setup-reserve** [*options*]


Description
===========

**taler-merchant-setup-reserve** is a command line tool to setup a reserve
(creating the private reserve key) and obtaining the wire transfer information
from the exchange needed to fill the reserve.


Options
=======

-a VALUE, --amount=VALUE
       Amount to be transferred to the reserve. Mandatory.

-e URL, --exchange-url=URL
       Use URL for the exchange base URL. This is the exchange where
       the reserve will be created. The currency used in the amount
       specificiation must be offered by this exchange.  Mandatory.

-m URL, --merchant-url=URL
       Use URL as the merchant base URL.  Should include the path to
       the instance if the reserve is to be created for a non-default instance.
       Mandatory.

-w METHOD, --wire-method=METHOD
       Which wire method should be used. Needed to select the wire
       transfer method of the exchange. The method must be supported
       by the exchange. Typical values would be "iban" or "x-taler-bank".
       Mandatory.

-c FILENAME, --config=FILENAME
       Use the configuration and other resources for the merchant to
       operate from FILENAME.

-h, --help
       Print short help on options.

-v, --version
       Print version information.

-l LF, --logfile=LF
       Sends logs to file whose path is LF.

-L LOGLEVEL, --log=LOGLEVEL
       Use loglevel LOGLEVEL.


Bugs
====

Report bugs by using https://bugs.taler.net/ or by sending electronic
mail to <taler@gnu.org>.


See Also
========

taler-merchant-dbinit(1), taler.conf(5)