---
title: "WithholdingV3"
url: "https://developers.zinnia.com/apis/new-business-annuity/versions/45a989ab-c3aa-4f85-8f67-f05c41747ed7/schemas/WithholdingV3"
---

> Full API specification: https://developers.zinnia.com/apis/new-business-annuity/versions/45a989ab-c3aa-4f85-8f67-f05c41747ed7.md

# WithholdingV3

## OpenAPI definition

```yaml
openapi: 3.1.0
info:
  title: Zinnia New Business Annuity API
  version: 0.7.0
servers:
  - url: https://qa.api.zinnia.io
    description: QA Environment
  - url: https://dev.api.zinnia.io
    description: DEV Environment
  - url: https://uat.api.zinnia.io
    description: UAT Environment
  - url: https://api.zinnia.io
    description: PROD Environment
components:
  schemas:
    WithholdingV3:
      type: object
      additionalProperties: false
      properties:
        withAmount:
          type: number
          description: Withholding amount or percentage value, based on the specified
            withholding amount type.
          format: double
          example: 238500.5
        withAmountDesc:
          type: string
          description: Descriptor indicating how the withholding amount was derived or
            selected.
          enum:
            - INCOMEFROMJOBORPENSIONSTEP2BIII
            - EXTRASTEP4C
            - DEDUCTIONSSTEP4B
            - OTHERINCOMENOTJOBORPENSIONSTEP4
            - DEPENDENTSANDOTHERCREDITSSTEP3TOTAL
            - DEFAULT
            - NOWITHHOLDING
            - SELECTED
            - LOOKUPINTAXINGTABLES
        withAmountType:
          type: string
          description: Type of withholding value being provided.
          enum:
            - AMOUNT
            - PERCENTAGE
            - PRORATA
            - EARNINGSONLY
            - MODIFIEDEARNINGSONLY
            - MAX
            - FREEWITHDRAWALAMOUNT
            - WITHDRAWALUNTILBASIS
        withAuthority:
          type: string
          description: Tax authority to which withholding applies.
          enum:
            - STATE
            - FEDERAL
            - LOCAL
            - NRA
            - BACKUP
```
