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

# In-person payments

> Accept contactless card payments at your chargers — without an app or account.

In-person payments let any driver pay at the charger by tapping a card or phone, with no app download or registration required. Payment happens on a terminal at the point of charging, over one of several integration approaches.
There are multiple ways of integrating in-person payments in a compliant and user-friendly manner. Spirii supports the approaches we believe
are the most relevant and provide the best experience for Drivers and CPOs.

## Overview

### Spirii's own POS interface

Spirii provides the hardware, the point-of-sale software, and optionally the acquiring — as a complete, managed offering or in combination with your own setup.

Spirii's in-person payment solution is built around the Payter Apollo terminal. It connects to Spirii's platform over the Spirii POS application and integrates with the charger over OCPP, so the terminal and charger work together — including the ability for a driver to stop a session directly from the terminal screen.

<CardGroup cols={2}>
  <Card title="Turnkey" icon="package">
    Spirii provides hardware, POS software, terminal management, and acquiring. You receive a monthly payout for all terminal revenue. Spirii is the Merchant of Record.
  </Card>

  <Card title="PAAS (bring your own)" icon="settings">
    Spirii provides the POS software and optionally terminal management. You bring your own acquiring agreement with a PSP and remain the Merchant of Record.
  </Card>
</CardGroup>

#### What's included

| Component                            | Turnkey                      | PAAS                              |
| ------------------------------------ | ---------------------------- | --------------------------------- |
| Terminal hardware (Payter Apollo)    | Spirii supplies              | Customer or OEM supplies          |
| POS software                         | Spirii POS                   | Spirii POS or 3rd-party POS       |
| Terminal registration and management | Spirii                       | Customer or terminal manufacturer |
| SIM cards and connectivity           | Spirii                       | Terminal manufacturer or LAN      |
| Acquiring agreement (MID)            | Spirii                       | Customer's own PSP                |
| PCI-DSS compliance                   | Spirii (as service provider) | Customer (as merchant)            |
| VAT reporting                        | Spirii                       | Customer                          |
| Dispute and refund management        | Spirii                       | Customer                          |

#### Stop from terminal

Drivers can stop a session directly from the Spirii POS terminal screen. This is useful when a driver has no phone or wants a physical confirmation — the terminal sends the stop command to the charger over the OCPP link.

#### Onboarding

Setting up a terminal requires:

1. Hardware: purchase or receive the Payter Apollo unit
2. Acquiring: Spirii requests a Merchant ID (MID) from the PSP for each location (turnkey), or you provide your own MID (PAAS)
3. Registration: the terminal is registered with Payter (either via Spirii Connect or the Payter portal)
4. Configuration: the terminal is linked to the charge box(es) in Spirii Connect
5. Pre-auth amount: Spirii or you set the pre-authorisation hold amount for your location type

See [Payment Terminal Setup](/guides/payment-terminal-setup) for the step-by-step process.

### Charger manufacturer POS interfaces

Spirii integrates with a range of charger manufacturers, effectively making Spirii the POS back-office and the driver-facing experience managed by the OEM.
This setup is useful when a local integration between charger and payment terminal is desired, or a specific payment terminal supported by the OEM is used.

In this setup, the CPO manages payment terminals, locations, chargers and tariffs in the Spirii Platform. Spirii communicates the information with the charger via OCPP.
The OEM is responsible for AFIR / Eichrecht compliance.

### 3rd party POS interfaces over OCPI

Spirii also integrates with 3rd party providers over OCPI. These are cloud-based solutions that are self-contained, normally developed by payment providers.

In this setup, the CPO manages payment terminals, locations, chargers and tariffs in the Spirii Platform. Spirii communicates the information with the 3rd party via OCPI, which is also used for starting / stopping charging sessions.
The 3rd party POS provider is responsible for AFIR / Eichrecht compliance.

## Related

<CardGroup cols={3}>
  <Card title="Terminal setup guide" icon="wrench" href="/guides/payment-terminal-setup">
    Register, configure, and go live with a Payter terminal.
  </Card>

  <Card title="Billing and payout flows" icon="building-2" href="/capabilities/billing-payouts/billing-and-payout-flows">
    How billing and payouts work for terminals, including turnkey vs PAAS.
  </Card>

  <Card title="Sessions and CDRs" icon="receipt" href="/components/charging/sessions-and-cdrs">
    How terminal sessions appear in billing and reporting.
  </Card>
</CardGroup>
