summaryrefslogtreecommitdiff
path: root/core/api-merchant.rst
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-06-16 22:10:00 +0200
committerChristian Grothoff <christian@grothoff.org>2021-06-16 22:10:00 +0200
commitfc89f030e20fdc830892c3e0219d82b72c484bb9 (patch)
tree537392c56174b4f9c4069e1f1b3c8a9af01464f3 /core/api-merchant.rst
parentbb21dbf3a97083964a0172b4e6516eb34cbd48d5 (diff)
downloaddocs-fc89f030e20fdc830892c3e0219d82b72c484bb9.tar.gz
docs-fc89f030e20fdc830892c3e0219d82b72c484bb9.tar.bz2
docs-fc89f030e20fdc830892c3e0219d82b72c484bb9.zip
clarify merchant api
Diffstat (limited to 'core/api-merchant.rst')
-rw-r--r--core/api-merchant.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/core/api-merchant.rst b/core/api-merchant.rst
index ddd612ca..ecb4d4e7 100644
--- a/core/api-merchant.rst
+++ b/core/api-merchant.rst
@@ -2110,10 +2110,11 @@ Informing the backend about incoming wire transfers
resolve it. So in that respect, 202 is the right status code as more
work remains to be done for a final resolution.)
:http:statuscode:`404 Not found`:
- The instance is unknown to the exchange.
+ The instance or account are unknown to the exchange.
:http:statuscode:`409 Conflict`:
The wire transfer identifier is already known to us, but for a different amount,
- wire method or exchange.
+ wire method or exchange, or the amount reported by the exchange differs from
+ the amount reported by the merchant.
:http:statuscode:`502 Bad gateway`:
The exchange returned an error when we asked it about the ``GET /transfer`` status
for this wire transfer. Details of the exchange error are returned.