---
title: "FormDisbursement"
url: "https://developers.zinnia.com/apis/case-management-1-0-0/versions/0091226b-6452-4e75-93ce-4bbfe022aad5/schemas/FormDisbursement"
---

> Full API specification: https://developers.zinnia.com/apis/case-management-1-0-0/versions/0091226b-6452-4e75-93ce-4bbfe022aad5.md

# FormDisbursement

## OpenAPI definition

```yaml
openapi: 3.0.3
info:
  title: Case Management API
  version: 1.0.0
servers:
  - url: https://dev.api.zinnia.io/
    description: Dev Environment
  - url: https://qa.api.zinnia.io/
    description: QA Environment
  - url: https://uat.api.zinnia.io/
    description: UAT Environment
  - url: https://api.zinnia.io/
    description: PROD Environment
components:
  schemas:
    Bank:
      type: object
      properties:
        accountNumber:
          type: string
          example: ""
        accountType:
          type: object
          properties:
            text:
              type: string
              example: Checking
        bankContactPerson:
          type: string
          example: ""
        bankFurtherCreditAccount:
          type: string
          example: ""
        bankFurtherCreditName:
          type: string
          example: DEFAULT
        bankInfoCompleteInd:
          type: string
          example: ""
        bankLocation:
          type: string
          example: ""
        bankName:
          type: string
          example: ""
        bankPhone:
          type: string
          example: ""
        nameOnBankAccount:
          type: string
          example: ""
        routingNumber:
          type: string
          example: ""
    FormDisbursement:
      type: object
      properties:
        paymentMethod:
          type: object
          properties:
            text:
              type: string
              example: Check
        paymentMailType:
          type: object
          properties:
            text:
              type: string
              example: ""
        bank:
          type: object
          oneOf:
            - $ref: "#/components/schemas/Bank"
        paymentToBrokerageAccount:
          type: boolean
          example: true
        payeeType:
          type: string
          example: OWNER
```
