---
title: "Send remittance advice email"
method: POST
path: "/bill-payments/{id}/send-remittance"
tags: ["Bill Payments"]
---

# Send remittance advice email

`POST /bill-payments/{id}/send-remittance`

Email the remittance advice to the carrier or vendor.

Uses the recipient's default email from their profile.

## Path parameters

- `id` string, required

## Query parameters

- `by` 'id' | 'key'

## Request body

- object
  - `toEmail` string, email — Override recipient email
  - `ccEmails` string[] — CC recipients
  - `message` string — Additional message in email body

## Response `200`

Remittance advice sent successfully

- object
  - `success` boolean
  - `sentTo` string, email

## Other responses

- `401` — Unauthorized - invalid or missing access token
- `404` — Resource not found
- `422` — No email address available

---

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