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

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

# FeaturePayment

## 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:
    FeaturePayment:
      type: object
      additionalProperties: false
      properties:
        amountType:
          type: string
          description: Type of amount specified for the feature payment.
          enum:
            - AMOUNT
            - PERCENTAGE
            - PRORATA
            - EARNINGSONLY
            - MODIFIEDEARNINGSONLY
            - MAX
            - FREEWITHDRAWALAMOUNT
            - WITHDRAWALUNTILBASIS
        amount:
          type: number
          description: Payment amount or percentage value, based on the specified amount
            type.
          format: double
          example: 238500.5
        method:
          type: string
          description: Method by which the payment will be made.
          enum:
            - CREDITCARD
            - CHECK
            - ACH
            - DIGITALPAYMENT
            - WIRE
            - DTCC
        grossNetInd:
          type: string
          description: Indicator specifying whether the payment amount is gross or net of
            applicable deductions.
          enum:
            - NET
            - GROSS
        accountType:
          type: string
          description: Type of account used for the payment.
          enum:
            - CHECKING
            - MONEYMARKETACCOUNT
            - BROKERAGEACCOUNT
            - CREDITCARD
            - DEBITCARD
            - DIGITALPAYMENT
            - MUTUALFUND
            - SAVINGS
            - CERTIFICATEOFDEPOSIT
        abaNumber:
          type: string
          description: American Bankers Association (ABA) routing number for the bank
            account.
        bankName:
          type: string
          description: Name of the financial institution associated with the payment
            account.
        accountNumber:
          type: string
          description: Bank or payment account number used to process the payment.
        payeeContractEntRelationPtr:
          type: string
          description: Reference identifying the payee’s relationship to the contract or
            entity.
```
