Files
xrpl-dev-portal/_code-samples/partial-payment/README.md
Rome Reginelli d68c267c93 Update Partial Payments readme
The Code Samples page cuts off the introduction after the first paragraph, which leaves a hanging colon. Additionally, the original description is not quite accurate since a partial payment can deliver less in other conditions (like high exchange rates).
2026-06-10 10:27:28 -07:00

458 B

Send Partial Payments

Send a partial payment, which delivers less than the amount specified. Partial payments are useful for deducting fees and exchange rates from the amount delivered instead of adding them to the amount sent, but they can also lead to exploits if an integration incorrectly assumes a successful payment delivered the whole amount.

For more context, see Partial Payments