> ## Documentation Index
> Fetch the complete documentation index at: https://docs.reap.global/llms.txt
> Use this file to discover all available pages before exploring further.

# Overview

> Delegate a purchase to an AI agent while the user keeps control of every spend.

Agentic Payments lets an end user hand a purchase to an AI agent. The user asks for an item in chat. The agent finds it, prices it, and opens the checkout. The user approves the payment on a Reap-hosted page, and no card number ever passes through your application or the agent.

<Note>
  Agentic Payments is not generally available. Product search, quotes, and checkouts are live in the sandbox for enabled projects and appear in the [API Reference](/api-reference/agentic/search-products). Card enrollment, mandates, webhooks, and order verification are on the roadmap. Their reference pages publish when they ship.
</Note>

## Three parties, one flow

<CardGroup cols={3}>
  <Card title="The end user" icon="user">
    Makes the request in your app or any assistant experience you provide, approves the payment on the hosted page, and remains in control
  </Card>

  <Card title="You" icon="building">
    Integrate the agentic endpoints into your application and give the agent product search, quoting, and checkout capabilities
  </Card>

  <Card title="Reap" icon="shield-check">
    Executes the real merchant checkout behind the API: live pricing, the hosted approval page, and payment without exposing card credentials
  </Card>
</CardGroup>

## What works today

The purchase surface runs from product discovery to a completed order:

* [Search products](/api-reference/agentic/search-products), [Get product details](/api-reference/agentic/get-product-details), and [Resolve variant](/api-reference/agentic/resolve-variant) find the item and its purchasable variant
* [Create quote](/api-reference/agentic/create-quote) prices the chosen variants with shipping and tax and returns a short-lived quote
* [Get quote](/api-reference/agentic/get-quote) retrieves that quote later
* [Select shipping option](/api-reference/agentic/select-shipping-option) re-prices the quote for a different delivery choice
* [Create checkout](/api-reference/agentic/create-checkout) opens the payment for a quote and returns the link to the hosted approval page
* [Get checkout](/api-reference/agentic/get-checkout) reports progress through to the merchant order reference

<Check>
  Every purchase requires the user's approval on the hosted page. The user provides or selects the card there, so the card number never reaches your application or the agent.
</Check>

## Where it is going

The roadmap replaces the per-purchase card step with a one-time setup and standing permissions:

* Card enrollment that vaults the card once and pays every later purchase with single-use credentials
* Passkey-approved mandates that cap what the agent can spend at a merchant
* Standing mandates that cover recurring purchases with one approval
* Webhook events for the enrollment, mandate, and checkout lifecycle
* Order verification that matches each order to the card authorization on Reap's rails

## Next steps

<CardGroup cols={2}>
  <Card title="How Agentic Payments work" icon="sitemap" href="/agentic-payments/how-it-works">
    Follow a purchase from product search to the completed order
  </Card>

  <Card title="Set up for purchases" icon="user-check" href="/agentic-payments/setup">
    What your project and your customers need before the first purchase
  </Card>
</CardGroup>
