Agentic Commerce Protocol (ACP) is an open standard by OpenAI that gives AI agents a shared way to discover merchants, browse catalogs, manage carts, and complete purchases. Prism handles the payment side: it returns a ready-to-use handler object, generates x402 payment requirements for each order, and settles the signed payment on-chain.Documentation Index
Fetch the complete documentation index at: https://developers.fd.xyz/llms.txt
Use this file to discover all available pages before exploring further.
What Prism Does
- Handler. Prism returns a complete
xyz.fd.prism_paymenthandler object that merchants include in their checkout session responses. Chains, tokens, and settlement addresses are configured in the Prism Console. - Payment requirements. At checkout, Prism returns x402 payment requirements with the correct token amounts and contract addresses already resolved.
- Settlement. The merchant forwards the agent’s signed credential to Prism. Prism verifies it, executes the on-chain transfer, and returns the transaction hash.
For Merchants
Add the Prism handler, prepare checkout sessions, and settle agent payments
For Agents
Discover ACP merchants, sign x402 payments, and complete checkout
End-to-End Flow
Follow one complete purchase from discovery to on-chain settlement