mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-12-06 17:27:57 +00:00
Remove link to checks amendement.
This commit is contained in:
@@ -7,8 +7,6 @@ labels:
|
||||
---
|
||||
# Cancel a Check
|
||||
|
||||
_Added by the [Checks amendment][]._
|
||||
|
||||
This tutorial shows how to cancel a [Check](checks.html), which removes the [Check object from the ledger](check.html) without sending money.
|
||||
|
||||
You may want to cancel an incoming Check if you do not want it. You might cancel an outgoing Check if you made a mistake when sending it or if circumstances have changed. If a Check expires, it's also necessary to cancel it to remove it from the ledger so the sender gets their [owner reserve](reserves.html#owner-reserves) back.
|
||||
|
||||
@@ -7,8 +7,6 @@ labels:
|
||||
---
|
||||
# Cash a Check for a Flexible Amount
|
||||
|
||||
_Added by the [Checks amendment][]._
|
||||
|
||||
As long as the Check is in the ledger and not expired, the specified recipient can cash it to receive a flexible amount by sending a [CheckCash transaction][] with a `DeliverMin` field. When cashing a Check in this way, the receiver gets as much as is possible to deliver, debiting the Check's sender for the Check's full `SendMax` amount or as much as is available. Cashing fails if it doesn't deliver at least the `DeliverMin` amount to the Check's recipient.
|
||||
|
||||
You might cash a Check for a flexible amount if you want to get as much as possible from the Check.
|
||||
|
||||
@@ -7,8 +7,6 @@ labels:
|
||||
---
|
||||
# Cash a Check for an Exact Amount
|
||||
|
||||
_Added by the [Checks amendment][]._
|
||||
|
||||
As long as the Check is in the ledger and not expired, the specified recipient can cash it to receive any exact amount up to the amount specified in the Check by sending a [CheckCash transaction][] with an `Amount` field. You would cash a Check this way if you want to receive a specific amount, for example to pay off an invoice or bill exactly.
|
||||
|
||||
The specified recipient can also [cash the check for a flexible amount](cash-a-check-for-a-flexible-amount.html).
|
||||
|
||||
@@ -9,8 +9,6 @@ labels:
|
||||
|
||||
***TODO: Merge this with the look up checks by sender page.***
|
||||
|
||||
_Added by the [Checks amendment][]._
|
||||
|
||||
This tutorial shows how to look up [Checks](checks.html) by their recipient. You may also want to [look up Checks by sender](look-up-checks-by-sender.html).
|
||||
|
||||
## 1. Look up all Checks for the address
|
||||
|
||||
@@ -9,8 +9,6 @@ labels:
|
||||
|
||||
***TODO: Merge this with the look up checks by recipient page.***
|
||||
|
||||
_Added by the [Checks amendment][]._
|
||||
|
||||
This tutorial shows how to look up [Checks](checks.html) by their sender. You may also want to [look up Checks by recipient](look-up-checks-by-recipient.html).
|
||||
|
||||
## 1. Look up all Checks for the address
|
||||
|
||||
@@ -7,8 +7,6 @@ labels:
|
||||
---
|
||||
# Send a Check
|
||||
|
||||
_Added by the [Checks amendment][]._
|
||||
|
||||
Sending a Check is like writing permission for an intended recipient to pull a payment from you. The outcome of this process is a [Check object in the ledger](check.html) which the recipient can cash later.
|
||||
|
||||
<!--> Moved to checks.md
|
||||
|
||||
Reference in New Issue
Block a user