---
title: "Gets payment method"
method: GET
path: "/customers/{customer_id}/settings/payment"
tags: ["Customer Payments"]
---

# Gets payment method

`GET /customers/{customer_id}/settings/payment`

Returns the payment method configured for auto-payment for the given customer.

## Path parameters

- `customer_id` string, uuid, required

## Response `200`

OK

- CustomerPaymentMethod
  - `last_four_digits` string — The last four digits of the payment method.
  - `chargeable` boolean, required — Whether the payment method can be used or not. If false, further action from the customer might be required.
  - `payment_type` 'CARD' | 'BANK_ACCOUNT' | 'OTHER', required

## Other responses

- `default` — Error

---

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