---
title: "PUT /api/Payments/{id}"
method: PUT
path: "/api/Payments/{id}"
tags: ["Payments"]
---

# PUT /api/Payments/{id}

`PUT /api/Payments/{id}`

## Path parameters

- `id` string, uuid, required

## Request body

- UpdatePaymentRequest
  - `price` number, double, nullable
  - `acceptedCoupons` string[], nullable
  - `rejectedCoupons` string[], nullable
  - `tip` number, double, nullable
  - `requestedCoupons` string[], nullable
  - `assignShopper` boolean
  - `source` PaymentSource
    - `source` integer

## Response `200`

Success

---

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