---
title: "UpdatePaymentStatusRequest"
url: "https://stage-api-docs.centraldispatch.com/apis/stage-fulfillment-api-1-0-0/versions/8637c155-7ff6-49fa-ac0a-3b4df78c9665/schemas/UpdatePaymentStatusRequest"
---

> Full API specification: https://stage-api-docs.centraldispatch.com/apis/stage-fulfillment-api-1-0-0/versions/8637c155-7ff6-49fa-ac0a-3b4df78c9665.md

# UpdatePaymentStatusRequest

Details of dispatch payment status.

## OpenAPI definition

```yaml
openapi: 3.0.1
info:
  title: Fulfillment API
  version: 1.0.0
servers:
  - url: https://fulfillment-api.centraldispatch.com
    description: Production server
components:
  schemas:
    UpdatePaymentStatusRequest:
      type: object
      properties:
        paymentStatus:
          type: string
          description: "The status of the payment of the dispatch. Values: `UNPAID`,
            `INVOICED`, `PARTIALLY_PAID`, `FULLY_PAID`. Set to `null` to remove
            status."
          example: PARTIALLY_PAID
      description: Details of dispatch payment status.
```
