---
title: "Retrieve customer payment settings"
method: GET
path: "/customers/{id}/payment_settings"
tags: ["Customers"]
---

# Retrieve customer payment settings

`GET /customers/{id}/payment_settings`

## Path parameters

- `id` string, uuid, required — The id of the customer to get payment settings for

## Response `200`

The payment settings were retrieved.

- CustomerPaymentSettingsResponse — Customer payment settings
  - `allowPartialPayments` boolean — Indicates whether partial payments are allowed
  - `minPartialPaymentAmount` number — The minimum amount for partial payments
  - `surchargeIsEnabled` boolean — Indicates whether a surcharge is applied to commercial card payments
  - `lateFeesIsEnabled` boolean — Indicates whether late fees calculation is enabled

## Other responses

- `400` — A problem reading or understanding the request. Ensure that the request complies with the required format and includes all necessary parameters.
- `401` — Authentication required - Invalid or missing authorization headers.
- `500` — The server could not process the request.

---

[API](https://skmtc.net/adfin/apis/adfin-api.md) · [All operations](https://skmtc.net/adfin/apis/adfin-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/adfin/adfin-api/versions/c188ba232e1d/schema)
