---
title: "Get all capture policies."
method: GET
path: "/settings/v1/capture-policies"
tags: ["CapturePolicies"]
---

# Get all capture policies.

`GET /settings/v1/capture-policies`

Get the list of capture policies.<br>You must have at least one of these scopes: 'settings.read, setup.read, setup.manage'.

## Query parameters

- `propertyId` string
- `pageNumber` integer
- `pageSize` integer

## Response `200`

Success.

- CapturePolicyListModel
  - `capturePolicies` CapturePolicyItemModel[], required — List of capture policies
    - `id` string, required — The ID of the capture policy
    - `code` string, required — The code of the capture policy
    - `captureNoShowFee` boolean, required — Specify whether the no-show fee should be captured automatically, when a reservation is set to no-show
    - `captureCancellationFee` boolean, required — Specify whether the cancellation fee should be captured automatically, when a reservation is cancelled
    - `capturePrepayment` boolean, required — Specify if prepayments should be captured automatically, when a reservation is created or its payment account changed
    - `postOtaBankTransferOnCheckOut` boolean, required — Specify if reservations coming from source or channel Booking.com will be automatically marked as paid on check-out. Caution: only select this, if you configured Booking.com > Finance to be 'Payments by Booking.com'
    - `capturePayment` 'Manual' | 'CheckIn' | 'CheckOut', required — Specify if and when payments should be captured automatically.
    - `propertyId` string, required — The property this capture policy is valid for
  - `count` integer, required — Total count of items

## Other responses

- `204` — No capture policies could be found.
- `400` — Bad request.
- `401` — You are unauthorized.
- `403` — Forbidden.
- `404` — The Request-URI could not be found.
- `422` — Validation errors in the request body or query params.
- `499` — Client closed request.
- `500` — An unexpected error occurred.
- `503` — The server is currently unavailable. Please try later.

---

[API](https://skmtc.dev/apaleo/apis/apaleo-settings-api.md) · [All operations](https://skmtc.dev/apaleo/apis/apaleo-settings-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/apaleo/apaleo-settings-api/revisions/da1c3b71ee9a/schema)
