summaryrefslogtreecommitdiff
path: root/core/api-merchant.rst
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-05-01 19:21:50 +0200
committerChristian Grothoff <christian@grothoff.org>2020-05-01 19:21:50 +0200
commit7de324667a1e82cc5fdde856476b81b73b63cbf9 (patch)
tree8807fee57b1641e7caf8e8864a6570398412446f /core/api-merchant.rst
parent86274e64807f70386baea68557b9b8535d5fdf24 (diff)
downloaddocs-7de324667a1e82cc5fdde856476b81b73b63cbf9.tar.gz
docs-7de324667a1e82cc5fdde856476b81b73b63cbf9.tar.bz2
docs-7de324667a1e82cc5fdde856476b81b73b63cbf9.zip
document exchange protocol v8
Diffstat (limited to 'core/api-merchant.rst')
-rw-r--r--core/api-merchant.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/api-merchant.rst b/core/api-merchant.rst
index 2cc57ae0..7d009c8f 100644
--- a/core/api-merchant.rst
+++ b/core/api-merchant.rst
@@ -1025,13 +1025,13 @@ Receiving Payments
// can generate a substantially shorter response.
interface RefundResult {
// HTTP status of the request to the exchange.
- exchange_status: integer;
+ exchange_http_status: integer;
// The full reply from the exchange. Note only actually
// a <RefundSuccess> if the `exchange_status` is 200, otherwise
// the error message as defined by the refund API. For
// aborts, the `rtransaction_id` is always 0.
- exchange_body: RefundSuccess;
+ exchange_reply: RefundSuccess;
}