summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 b74de795..aca1e8c4 100644
--- a/core/api-merchant.rst
+++ b/core/api-merchant.rst
@@ -115,8 +115,8 @@ Receiving Payments
// Was the payment refunded (even partially)
refunded: boolean;
- // Amount that was refunded
- refund_amount: Amount;
+ // Amount that was refunded, only present if refunded is true.
+ refund_amount?: Amount;
// Contract terms
contract_terms: ContractTerms;