# JPMC-PDP Documentation from https://developer.payments.jpmorgan.com # Payment parameters This page provides information about the fields to initiate *Zelle*® Disbursements. You must include all required fields to initiate a successful payment. The conditional and optional fields provide additional functionality, and aren't required to initiate a successful payment. > This page serves as an overview of required, conditional, and optional fields. For detailed JSON specifications when constructing a request, refer to the [API specification](/api/treasury/global-payments/global-payments-2/global-payments-2). > ## Required The following table contains the required payment parameters to initiate *Zelle*® Disbursements: **Required payment parameters to initiate Zelle® Disbursements** | Field | Description | Min length | Max length | Notes | | --- | --- | --- | --- | --- | | requestedExecutionDate | The requested execution date. | 10 | 10 | - Must be formatted as YYYY-MM-DD. - Must be the current day | | paymentIdentifiers.endToEndId | The payment's unique end-to-end ID that's assigned by the sender. | 1 | 16 | Must only contain letters and numbers. | | value.currency | The value's currency. . | 3 | 3 | Must be USD. | | value.amount | The value's amount. . | 1 | 18 | - Numeric characters only. - Maximum of two decimal places. - Must be a value from 0.01 to 100000. | | transferType | The transfer type. | 6 | 6 | Must be CREDIT. | | paymentType | The payment type. | 5 | 5 | Must be ZELLE. | | debtor.account.accountNumber | The debtor's account number. | 1 | 35 | | | debtor.name | The debtor's name. | 1 | 50 | Name of J.P. Morgan client | | debtorAgent.financialInstitutionIds[].id | The debtor agent's financial institution ID. | 8 | 8 | Must be CHASUS33. | | debtorAgent.financialInstitutionIds[].idType | The debtor agent's financial institution ID type. | 3 | 3 | Must be BIC. | | creditor.account.alternateAccountIdentifiers.identifier | The creditor's alternate account ID. | 1 | 255 | Must be an email address or mobile phone number. | | creditor.account.alternateAccountIdentifiers.idType | The creditor's alternate account ID type. | 10 | 10 | Must be PROPRIETARY | | creditor.account.alternateAccountIdentifiers.proprietarySchemeName | The proxy account type. | 4 | 4 | Must be EMAL or TELI. | | creditor.name | The creditor's name. | 1 | 101 | | ## Optional The following table contains the optional payment parameters to initiate *Zelle*® Disbursements: **Optional payment parameters to initiate Zelle® Disbursements** | Field | Description | Min length | Max length | Notes | | --- | --- | --- | --- | --- | | creditor.postalAddress.type | The creditor's post address type. | 1 | 10 | Must be ADDR. | | creditor.postalAddress.buildingNumber | The creditor's building number. | 1 | 16 | | | creditor.postalAddress.streetName | The creditor's street name. | 1 | 35 | | | creditor.postalAddress.city | The creditor's city. | 1 | 25 | | | creditor.postaladdress.postalCode | The creditor's postal code. | 1 | 9 | | | creditor.postalAddress.countrySubDivision | The creditor's country subdivision. | 2 | 3 | | | creditor.postalAddress.country | The creditor's country. | 2 | 2 | - Must be a two-letter country code. - Must be US. | | remittanceInformation.unstructuredInformation.text | Unstructured information. | 1 | 200 | | ## Related For more information about *Zelle*® Disbursements, see [Overview](/docs/treasury/global-payments/capabilities/global-payments-2/zelle-disbursements/index). ## Next steps Learn about the [supported values and resources](/docs/treasury/global-payments/capabilities/global-payments-2/zelle-disbursements/resources) for *Zelle*® Disbursements payment parameters.