Move checks use case info to correct page.

This commit is contained in:
Oliver Eggert
2022-12-15 22:19:31 -08:00
parent 8c36b12453
commit 3c29e9c05e
3 changed files with 24 additions and 18 deletions

View File

@@ -9,6 +9,9 @@ labels:
XRPL Ledger checks enable users to create deferred payments similar to personal paper checks. Unlike an escrow or payment channel, funds aren't set aside when a check is created, so money only moves when the check is cashed. If the sender doesn't have the funds at the time a check is cashed, the transaction fails; recipients can retry failed transactions until the check expires.
Learn about [Check](checks-uc.html) use cases.
---
## Check Lifecycle
@@ -26,22 +29,6 @@ XRPL Ledger checks enable users to create deferred payments similar to personal
4. If the check expires before the receiver cashes the check, the `Check` object remains until someone cancels it.
## Use Cases
### Deposit Authorization
**Problem:** To comply with banking regulations, financial institutions must provide documentation about the sources of funds they receive. These regulations seek to prevent illicit activity by requiring institutions to track the source and destination of all payments they process. Because of the nature of the XRP Ledger, anyone can send XRP to an institution's account on the ledger; to prevent this behavior, they'll enable deposit authorization to only receive funds they explicitly approve. <!-- SPELLING_IGNORE: cft -->
<!-- [BSA, KYC, AML, and CFT](become-an-xrp-ledger-gateway.html#gateway-compliance) -->
**Solution:** Accounts with deposit authorization enabled can only receive funds through:
- Preauthorized Accounts
- Escrow
- Payment Channels
- Checks
Checks are the most straightforward, familiar, and flexible way to transfer funds when deposite authorization is enabled.
<!-- SPELLING_IGNORE: 3a, 4a -->
## See Also

View File

@@ -8,4 +8,23 @@ labels:
# Checks
Placeholder for cross-currency payments use case.
XRPL Ledger checks enable users to create deferred payments similar to personal paper checks. Unlike an escrow or payment channel, funds aren't set aside when a check is created, so money only moves when the check is cashed. If the sender doesn't have the funds at the time a check is cashed, the transaction fails; recipients can retry failed transactions until the check expires.
Learn about [Checks](checks.html) on the XRP Ledger.
---
## Deposit Authorization
**Problem:** To comply with banking regulations, financial institutions must provide documentation about the sources of funds they receive. These regulations seek to prevent illicit activity by requiring institutions to track the source and destination of all payments they process. Because of the nature of the XRP Ledger, anyone can send XRP to an institution's account on the ledger; to prevent this behavior, they'll enable deposit authorization to only receive funds they explicitly approve. <!-- SPELLING_IGNORE: cft -->
<!-- [BSA, KYC, AML, and CFT](become-an-xrp-ledger-gateway.html#gateway-compliance) -->
**Solution:** Accounts with deposit authorization enabled can only receive funds through:
- Preauthorized Accounts
- Escrow
- Payment Channels
- Checks
Checks are the most straightforward, familiar, and flexible way to transfer funds when deposite authorization is enabled.
To get started with checks, see: [Create Checks]().

View File

@@ -442,7 +442,7 @@ pages:
- ja
- md: use-cases/payments/checks-uc.md
parent: checks-uc.html
parent: payments-uc.html
targets:
- en
- ja