---
title: "Create Tip"
method: POST
path: "/billing/tips/create"
tags: ["provider", "billing"]
---

# Create Tip

`POST /billing/tips/create`

Create a new tip for a charge.

## Headers

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

## Request body

- TipCreate
  - `chargeId` string, required — Charge ID this tip belongs to
  - `amount` integer, required — Tip amount in cents
  - `providerId` string, required — Provider ID receiving the tip

## 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)
