2017-03-03 19:23:34 +01:00
|
|
|
# This file is in the public domain.
|
|
|
|
#
|
2016-04-10 17:10:20 +02:00
|
|
|
# Configuration for SEPA wire plugin.
|
|
|
|
|
2017-03-03 19:23:34 +01:00
|
|
|
[exchange-wire-sepa]
|
|
|
|
# Set to "YES" to activate the 'sepa' plugin.
|
|
|
|
ENABLE = NO
|
|
|
|
|
2016-04-11 02:37:56 +02:00
|
|
|
# This is the response we give out for the /wire request. It provides
|
|
|
|
# wallets with the bank information for transfers to the exchange.
|
2016-04-22 19:09:55 +02:00
|
|
|
SEPA_RESPONSE_FILE = ${TALER_CONFIG_HOME}/exchange/wire/sepa.json
|
2016-04-10 17:10:20 +02:00
|
|
|
|
2016-04-22 19:09:55 +02:00
|
|
|
[exchange-wire-outgoing-sepa]
|
2016-04-11 02:37:56 +02:00
|
|
|
# This section should contain the options required for making outgoing
|
|
|
|
# SEPA transfers. Not yet supported (need libebics).
|