AWS Security ChangesHomeSearch

AWS bedrock-agentcore documentation change

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

File: bedrock-agentcore/latest/devguide/payments-how-it-works.md

Summary

Minor phrasing update and added API reference links for payment operations

Security assessment

Changes are editorial improvements and added API links. The payment workflow description remains unchanged without security enhancements.

Diff

diff --git a/bedrock-agentcore/latest/devguide/payments-how-it-works.md b/bedrock-agentcore/latest/devguide/payments-how-it-works.md
index 41d229f45..f85a964d6 100644
--- a//bedrock-agentcore/latest/devguide/payments-how-it-works.md
+++ b//bedrock-agentcore/latest/devguide/payments-how-it-works.md
@@ -11 +11 @@ PaymentManagerPaymentConnectorCredential managementPayment sessions and instrume
-Amazon Bedrock AgentCore payments offers payment connection, wallet management, payment limits, payment processing, and payment observability. Using the components and workflows described here, you can configure payment providers, connect to external wallet infrastructure, and enable your agents to autonomously pay for APIs, MCP servers, and web content using the x402 protocol.
+Amazon Bedrock AgentCore payments offers payment connection, wallet management, payment limits, payment processing, and payment observability. Using the components and workflows described on this page, you can configure payment providers, connect to external wallet infrastructure, and enable your agents to autonomously pay for APIs, MCP servers, and web content using the x402 protocol.
@@ -83 +83 @@ At runtime, the agent creates a session and instrument, then calls `ProcessPayme
-For more information about data plane operations, see [Processing payments](./payments-process-payment.html).
+For more information about data plane operations, see [Processing payments](./payments-process-payment.html). For the complete API schemas, see [CreatePaymentSession](https://docs.aws.amazon.com/bedrock-agentcore/latest/APIReference/API_CreatePaymentSession.html), [CreatePaymentInstrument](https://docs.aws.amazon.com/bedrock-agentcore/latest/APIReference/API_CreatePaymentInstrument.html), and [ProcessPayment](https://docs.aws.amazon.com/bedrock-agentcore/latest/APIReference/API_ProcessPayment.html) in the API Reference.