> ## 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 Canceled

> The contactless payment was canceled before completion

## Cause

In-person collection was canceled before capture. Guile left the contactless
payment canceled and did not record an appointment payment.

## Fix

When the customer is ready,
[create a contactless payment](/api-reference/payments/create-a-contactless-payment)
again (new idempotency key), complete collection on the terminal, then
[capture the contactless payment](/api-reference/payments/capture-a-contactless-payment).

## Retry safety

Not retryable

## Raised by

These operations can return this problem:

* [Capture a contactless payment](/api-reference/payments/capture-a-contactless-payment)

## Example

```json theme={null}
{
  "type": "https://docs.guile.app/problems/contactlessPaymentCanceled",
  "title": "Contactless Payment Canceled",
  "status": 409,
  "detail": "In-person collection was canceled before capture. Guile left the contactless payment canceled and did not record an appointment payment."
}
```
