summaryrefslogtreecommitdiff
path: root/integration-bank.rst
diff options
context:
space:
mode:
Diffstat (limited to 'integration-bank.rst')
-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>
}