---
title: "Retrieve bill messages for a customer"
method: GET
path: "/v1/Customers/{id}/BillMessages"
tags: ["Customers"]
---

# Retrieve bill messages for a customer

`GET /v1/Customers/{id}/BillMessages`

Retrieve bill messages for a customer

## Path parameters

- `id` integer, required

## Response `200`

OK

- RevAppModelsCustomersCustomerBillMessageModel
  - `customer_bill_message_override_ID` integer
  - `customer_id` integer
  - `special_message` string
  - `default_message` string
  - `default_message_vendor_code` string
  - `ach_message` string
  - `ach_message_vendor_code` string
  - `cc_message` string
  - `cc_message_vendor_code` string
  - `regular_message` string
  - `regular_message_vendor_code` string
  - `links` RevAppComponentsLink[]
    - `rel` string
    - `href` string

## Other responses

- `500` — InternalServerError

---

[API](https://skmtc.net/rev-io/apis/rev-io-api.md) · [All operations](https://skmtc.net/rev-io/apis/rev-io-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/rev-io/rev-io-api/revisions/135571434f6c/schema)
