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

# Contactless Payment Entitlement Missing

> The caller cannot collect contactless payments

## Cause

The authenticated barber or business is not entitled to collect contactless payments. Guile rejected the call before registering a terminal or starting collection, so no payment was created.

## Fix

Enable contactless payments for the business, then [register a terminal](/api-reference/payments/register-a-terminal) or retry the contactless operation that failed.

## Retry safety

Not retryable until the underlying state or request changes.

## Raised by

These operations can return this problem:

* [Register a terminal](/api-reference/payments/register-a-terminal)
* [Create a terminal connection token](/api-reference/payments/create-a-terminal-connection-token)

## Example

```json theme={null}
{
  "type": "https://docs.guile.app/problems/contactlessPaymentEntitlementMissing",
  "title": "Contactless Payment Entitlement Missing",
  "status": 403,
  "detail": "The authenticated barber or business is not entitled to collect contactless payments. Guile rejected the call before registering a terminal or starting colle..."
}
```
