AWS Security ChangesHomeSearch

AWS bedrock-agentcore documentation change

Service: bedrock-agentcore · 2026-05-16 · Documentation low

File: bedrock-agentcore/latest/devguide/payments-process-payment.md

Summary

Added a link to the API reference documentation for the ProcessPayment operation

Security assessment

The change only adds a reference link to the API documentation without modifying any security-related content, security procedures, or addressing vulnerabilities. Payment processing functionality remains described the same way.

Diff

diff --git a/bedrock-agentcore/latest/devguide/payments-process-payment.md b/bedrock-agentcore/latest/devguide/payments-process-payment.md
index 8c4f0b821..bf4a37a31 100644
--- a//bedrock-agentcore/latest/devguide/payments-process-payment.md
+++ b//bedrock-agentcore/latest/devguide/payments-process-payment.md
@@ -20 +20 @@ To process a payment, you need two resources:
-Once both exist, call `ProcessPayment` with the payment session ID, payment instrument ID, and an x402 payment payload. The service validates the request, checks the budget, signs the transaction on the appropriate blockchain, and returns a cryptographic proof.
+Once both exist, call `ProcessPayment` with the payment session ID, payment instrument ID, and an x402 payment payload. The service validates the request, checks the budget, signs the transaction on the appropriate blockchain, and returns a cryptographic proof. For the complete request and response schema, see [ProcessPayment](https://docs.aws.amazon.com/bedrock-agentcore/latest/APIReference/API_ProcessPayment.html) in the API Reference.