diff options
Diffstat (limited to 'src/wire/wire-sepa.conf')
-rw-r--r-- | src/wire/wire-sepa.conf | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/wire/wire-sepa.conf b/src/wire/wire-sepa.conf new file mode 100644 index 000000000..7321a2be6 --- /dev/null +++ b/src/wire/wire-sepa.conf @@ -0,0 +1,10 @@ +# Configuration for SEPA wire plugin. + +[wire-incoming-sepa] +# This is the response we give out for the /wire request. It provides +# wallets with the bank information for transfers to the exchange. +SEPA_RESPONSE_FILE = ${TALER_CONFIG_HOME}/sepa.json + +[wire-outgoing-sepa] +# This section should contain the options required for making outgoing +# SEPA transfers. Not yet supported (need libebics). |