---
title: "Update Tip"
method: PUT
path: "/billing/tips/{tip_id}"
tags: ["provider", "billing"]
---

# Update Tip

`PUT /billing/tips/{tip_id}`

Update a tip's provider or amount.

## Path parameters

- `tip_id` string, required

## Headers

- `TENANT` string, required
- `API-KEY` string, required

## Request body

- TipUpdate
  - `providerId` string, required — Provider ID receiving the tip
  - `amount` integer, nullable — Tip amount in cents (optional)

## Response `200`

Successful Response

- TipDetail
  - `chargeId` string, required — Charge ID this tip belongs to
  - `amount` integer, required — Tip amount in cents
  - `providerId` string, required — Provider ID receiving the tip
  - `id` string — Unique identifier for the tip
  - `provider` ProviderTiny
    - `id` string, required
    - `firstName` string, required
    - `lastName` string, nullable
    - `email` string, nullable
    - `createdDate` string, date-time, nullable

## Other responses

- `422` — Validation Error

---

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