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

# AllScale Open API

> Accept stablecoin payments and send payouts through the AllScale Open API.

The AllScale Open API lets your platform take stablecoin payments from buyers and
send funds out to recipients, without holding crypto infrastructure yourself.

Every request is authenticated with an HMAC-SHA256 signature derived from your
store's API key and secret — start with [Authentication & Request Signing](/api-reference/authentication).

## Base URLs

| Environment | Base URL                      |
| ----------- | ----------------------------- |
| Production  | `https://openapi.allscale.io` |

## Start here

<Columns cols={2}>
  <Card title="Authentication" icon="key" href="/api-reference/authentication">
    Sign your first request: headers, canonical string, and signature.
  </Card>

  <Card title="Test Routes" icon="vial" href="/api-reference/test-routes">
    Verify your credentials, clock, and body hashing before writing integration code.
  </Card>

  <Card title="Create a Checkout Intent" icon="cart-shopping" href="/api-reference/checkout-intents/create">
    Create an intent and redirect your buyer to the hosted checkout page.
  </Card>

  <Card title="Postman Collection" icon="box" href="/postman/quickstart">
    Import a ready-to-run collection with the request signer already wired up.
  </Card>
</Columns>

## What you can build

<Columns cols={2}>
  <Card title="Checkout" icon="credit-card" href="/api-reference/checkout-intents/create">
    Create a checkout intent and redirect your buyer to the hosted checkout page.
  </Card>

  <Card title="Claim Links" icon="paper-plane" href="/api-reference/claim-links/create-auto-payout">
    Send an auto-payout to a recipient, and claim it back while it is still unclaimed.
  </Card>

  <Card title="Webhooks" icon="webhook" href="/webhooks/checkout-webhook">
    Signed, retried callbacks for payment and claim-link events.
  </Card>

  <Card title="Payment Flow" icon="diagram-project" href="/checkout/payment-flow">
    The end-to-end sequence across buyer, your backend, and AllScale.
  </Card>
</Columns>

<Note>
  Your `api_key` and `api_secret` are shown **once** in the merchant dashboard.
  Contact the AllScale BD team to have a store provisioned.
</Note>
