summaryrefslogtreecommitdiff
path: root/core/api-merchant.rst
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-05-30 18:58:09 +0200
committerChristian Grothoff <christian@grothoff.org>2020-05-30 18:58:09 +0200
commita7ca300846ba7d94cb8d2660299977bb26a6ce0f (patch)
treebdf734eaa94a62d22664b58d77bd69f0eb641f19 /core/api-merchant.rst
parentbf3edadb156997de7ee36466db65bacc9c6ad99e (diff)
downloaddocs-a7ca300846ba7d94cb8d2660299977bb26a6ce0f.tar.gz
docs-a7ca300846ba7d94cb8d2660299977bb26a6ce0f.tar.bz2
docs-a7ca300846ba7d94cb8d2660299977bb26a6ce0f.zip
update manual to reference DB schema
Diffstat (limited to 'core/api-merchant.rst')
-rw-r--r--core/api-merchant.rst5
1 files changed, 2 insertions, 3 deletions
diff --git a/core/api-merchant.rst b/core/api-merchant.rst
index 5b0f9355..517faeef 100644
--- a/core/api-merchant.rst
+++ b/core/api-merchant.rst
@@ -1924,9 +1924,6 @@ Giving Customer Tips
// Total amount requested for this pickup_id.
requested_amount: Amount;
- // Total amount processed by the exchange for this pickup.
- exchange_amount: Amount;
-
}
@@ -1976,6 +1973,8 @@ Giving Customer Tips
The tip identifier is unknown.
:status 409 Conflict:
Some of the denomination key hashes of the request do not match those currently available from the exchange (hence there is a conflict between what the wallet requests and what the merchant believes the exchange can provide).
+ :status 410 Gone:
+ The tip has expired.
.. ts:def:: TipPickupRequest