14.30. taler-exchange-wire-gateway-client(1)
14.30.1. Name
taler-exchange-wire-gateway-client - trigger a transfer at the bank (or obtain transaction history)
14.30.2. Synopsis
taler-exchange-wire-gateway-client
[-a VALUE | –amount=VALUE]
[-b URL | –bank=URL]
[-C ACCOUNT | –credit=ACCOUNT]
[-c FILENAME | –config=FILENAME]
[-D ACCOUNT | –debit=ACCOUNT]
[-h | –help]
[-i | –credit-history]
[-L LOGLEVEL | –loglevel=LOGLEVEL]
[-l FILENAME | –logfile=FILENAME]
[-o | –debit-history]
[-p PASSPHRASE | –pass=PASSPHRASE]
[-S STRING | –subject=STRING]
[-s ACCOUNT-SECTION | –section=ACCOUNT-SECTION]
[-u USERNAME | –user=USERNAME]
[-v | –version]
[-w ROW | –since-when=ROW]
14.30.3. Description
taler-exchange-wire-gateway-client is a command-line tool to trigger bank transfers or
inspect wire transfers for exchange accounts using the wire API. The tool is
expected to be used during testing or for diagnostics.
You can do one of the following four operations during one invocation.
- Execute wire transfer from the exchange to consumer account (-C).
- Execute wire transfer from consumer account to the exchange (-D).
- Inspect credit history of the exchange (-i).
- Inspect debit history of the exchange (-o).
Doing more than one of these at a time will result in an error. Note,
however, that the -C and -D options also can be used to act as filters
on transaction history operations.
14.30.4. Options
- -a VALUE | –amount=VALUE
- Amount to transfer. Given in the Taler-typical format of
CURRENCY:VALUE.FRACTION.
- -b URL | –bank=URL
- URL at which the bank is operation. Conflicts with -s.
- -C ACCOUNT | –credit=ACCOUNT
- When doing a wire transfer from the exchange, the money should be credited to ACCOUNT.
Specifies the payto:// URI of the account. Can also be used as a filter by credit
account when looking at transaction histories.
- -c FILENAME | –config=FILENAME
- Use the given configuration file.
- -D ACCOUNT | –debit=ACCOUNT
- When doing a wire transfer to the exchange, the ACCOUNT is to be debited.
Specifies the payto:// URI of the account. Can also be used as a filter by debit
account when looking at transaction histories.
- -h | –help
- Print short help on options.
- -i | –credit-history
- Obtain credit history of the exchange. Conflicts with -o.
- -L LOGLEVEL | –loglevel=LOGLEVEL
- Specifies the log level to use. Accepted values are:
DEBUG
, INFO
,
WARNING
, ERROR
.
- -l FILENAME | –logfile=FILENAME
- Send logging output to FILENAME.
- -o | –debit-history
- Obtain debit history of the exchange. Conflicts with -i.
- -p PASSPHRASE | –pass=PASSPHRASE
- Specifies the pass phrase for authentication. Conflicts with -s.
- -S SUBJECT | –subject=SUBJECT
- Use SUBJECT for the wire transfer subject. Must be a reserve public key for credit operations and a wire transfer identifier for debit operations. If not specified, a random value will be generated instead.
- -s ACCOUNT_SECTION | –section=ACCOUNT-SECTION
- Obtain exchange account information from the ACCOUNT-SECTION of the configuration. The argument must be a
[exchange-accountcredentials-$NAME]
section name and thus start with the exchange-accountcredentials-
prefix. Conflicts with -u, -p and -b. Note that either -b or -s must be specified.
- -u USERNAME | –user=USERNAME
- Specifies the username for authentication. Optional and conflicts with -s. If neither -u nor -s are used, we will attempt to talk to the bank without authentication.
- -v | –version
- Print version information.
- -w ROW | –since-when=ROW
- Specifies a ROW from which the history should be obtained. If not given, the 10 youngest transactions are returned.