summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcello Stanisci <marcello.stanisci@inria.fr>2016-03-31 17:39:22 +0200
committerMarcello Stanisci <marcello.stanisci@inria.fr>2016-03-31 17:39:22 +0200
commit0aaa9756b03c0562d1b7a78f4e0f29e1f078a0f9 (patch)
tree7de1e38aab7dfe2080e099a19fc92bd8008e2b58
parent3866b12410c94fa7c811adfbc89554911a76934d (diff)
downloaddocs-0aaa9756b03c0562d1b7a78f4e0f29e1f078a0f9.tar.gz
docs-0aaa9756b03c0562d1b7a78f4e0f29e1f078a0f9.tar.bz2
docs-0aaa9756b03c0562d1b7a78f4e0f29e1f078a0f9.zip
aligning to #4354
-rw-r--r--integration-bank.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/integration-bank.rst b/integration-bank.rst
index b51ca0cb..3d37becb 100644
--- a/integration-bank.rst
+++ b/integration-bank.rst
@@ -61,10 +61,12 @@ The event data must be a `CreateReserveDetail`_:
// amount_currency
// reserve_pub
// exchange
+ // type ("TEST" or "SEPA")
+ // account_number (which account number has this exchange at this bank)
callback_url: string;
// list of wire transfer types supported by the bank
- // e.g. "SEPA", "test"
+ // e.g. "SEPA", "TEST"
wt_types: Array<string>
}