From 0049652994a66f0168005699d5ffc0c8efbd9ee7 Mon Sep 17 00:00:00 2001 From: "S;Co" Date: Tue, 19 May 2026 18:18:58 +0100 Subject: [PATCH] docs: fix duplicated PaymentRequirements wording Signed-off-by: S;Co --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 03d73e8c5c..c257a9e94f 100644 --- a/README.md +++ b/README.md @@ -139,7 +139,7 @@ The following outlines the flow of a payment using the `x402` protocol. Note tha 7. If the `Verification Response` is valid, the resource server performs the work to fulfill the request. If the `Verification Response` is invalid, the resource server returns a `402 Payment Required` status and a `Payment Required Response` JSON object in the response body. -8. `Resource server` either settles the payment by interacting with a blockchain directly, or by POSTing the `Payment Payload` and `Payment PaymentRequirements` to the `/settle` endpoint of a `facilitator server`. +8. `Resource server` either settles the payment by interacting with a blockchain directly, or by POSTing the `Payment Payload` and `PaymentRequirements` to the `/settle` endpoint of a `facilitator server`. 9. `Facilitator server` submits the payment to the blockchain based on the `scheme` and `network` of the `Payment Payload`.