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

# API Reference

> Every resource the API exposes, and where to try it.

Eight read-only resources, all under `https://external-api-service.pagamerican.app/api/v1`. Pick one to see every parameter and response field, with a "Try it" playground that runs against your own key.

<CardGroup cols={2}>
  <Card title="Purchases" icon="receipt" href="/api-reference/purchases/list-purchases">
    Every approved purchase, with product, amounts, commission and tracking parameters.
  </Card>

  <Card title="Orders" icon="package" href="/api-reference/orders/list-orders">
    The order and its lifecycle, including supplier status and shipping tracking.
  </Card>

  <Card title="Checkouts" icon="shopping-cart" href="/api-reference/checkouts/list-checkouts">
    Checkout sessions, from the moment the buyer starts until they pay or leave.
  </Card>

  <Card title="Abandoned carts" icon="shopping-basket" href="/api-reference/abandoned-carts/list-abandoned-carts">
    Sessions that started and never converted, with the captured query string.
  </Card>

  <Card title="Refunds" icon="rotate-ccw" href="/api-reference/refunds/list-refunds">
    Confirmed refunds, the reason, the amounts and the creator and affiliate split.
  </Card>

  <Card title="Chargebacks" icon="triangle-alert" href="/api-reference/chargebacks/list-chargebacks">
    Disputes opened against your transactions and where each one stands.
  </Card>

  <Card title="Products" icon="box" href="/api-reference/products/list-products">
    Your catalog as the platform sees it.
  </Card>

  <Card title="Offers" icon="tag" href="/api-reference/offers/list-offers">
    The offers attached to each product, with their codes and prices.
  </Card>
</CardGroup>

All of them share the same conventions: an exclusive `to`, a 90 day maximum window, and the error envelope described in the [Introduction](/api/introduction).
