commit 0f6e408aee074a3df5438d79abf43bb4a9286b39
parent cc9b93464e3082089d95a8da18fc6555d7d81f2a
Author: Florian Dold <florian.dold@gmail.com>
Date: Wed, 8 Jan 2020 14:33:56 +0100
return proper HTTP status code
Diffstat:
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/core/api-wire-plugin-bank.rst b/core/api-wire-plugin-bank.rst
@@ -52,6 +52,9 @@ Making Transactions
the recipient's account. The body is a `TransactionResponse`
:status 400 Bad Request: The bank replies a `BankError` object.
:status 406 Not Acceptable: The request had wrong currency; the bank replies a `BankError` object.
+ :status 409 Conflict:
+ A transaction with the same ``transaction_uid`` but different transaction details
+ has been submitted before.
**Details:**