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

# Payment Already Captured

> The payment has already been captured

## Cause

This payment is already captured. Guile will not capture it again, so no second
charge is created.

## Fix

[Get the appointment](/api-reference/appointments/get-an-appointment) (or read
the contactless payment) and continue with
[refund](/api-reference/appointments/refund-an-appointment-payment) or the next
booking step. Do not call capture again for this payment.

## Retry safety

Not retryable

## Raised by

These operations can return this problem:

* [Capture an appointment payment](/api-reference/appointments/capture-an-appointment-payment)

## Example

```json theme={null}
{
  "type": "https://docs.guile.app/problems/paymentAlreadyCaptured",
  "title": "Payment Already Captured",
  "status": 409,
  "detail": "This payment is already captured. Guile will not capture it again, so no second charge is created."
}
```
