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

# Nearby and paid

> Location-aware commerce with Flynet Payment Intents.

# Nearby and paid

Combine Discovery routes with Payment Intents to build location-aware
commerce: pickup, private rooms, paid reservations, and bill-aware
reward flows.

## What you will use

* `GET /flynet/v1/locations` with `X-API-Key`
* `POST /flynet/v1/payment_intents` with OAuth bearer
* `POST /flynet/v1/payment_intents/{id}/confirm` with OAuth bearer

<Tip>
  **From the kitchen** - Discovery and payments use different credentials.
  List venues with your API key, then create and confirm Payment Intents
  with OAuth.
</Tip>

Start with [First payment](/recipes/mains/first-payment), then layer
nearby location selection on top.
