From e9ccd7e3000fb16cfdf07b3eadb5d95101c9c457 Mon Sep 17 00:00:00 2001 From: mDuo13 Date: Mon, 20 Oct 2014 17:15:48 -0700 Subject: [PATCH] [DOC] fix broken link in rest docs --- ripplerest_api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ripplerest_api.md b/ripplerest_api.md index 5d7bc16d49..502450ee77 100644 --- a/ripplerest_api.md +++ b/ripplerest_api.md @@ -831,7 +831,7 @@ The following URL parameters are required by this API endpoint: | Field | Type | Description | |-------|------|-------------| -| payment | Object | A [payment object](#payment-object) for the transaction. | +| payment | Object | A [payment object](#payment-objects) for the transaction. | If the `payment.state` field has the value `"validated"`, then the payment has been finalized, and is included in the shared global ledger. However, this does not necessarily mean that it succeeded. Check the `payment.result` field for a value of `"tesSUCCESS"` to see if the payment was successfully executed. If the `payment.partial_payment` flag is *true*, then you should also consult the `payment.destination_balance_changes` array to see how much currency was actually delivered to the destination account.