# JPMC-PDP Documentation from https://developer.payments.jpmorgan.com # Resources This page contains the supported currency codes, duplicate logic and transaction status responses for Zelle® Disbursements. ## Currency codes A currency code identifies a payment’s currency. The following table contains the supported currency code for *Zelle® *Disbursements: **Currency codes for Disbursements with Zelle®** | Region | Country | Currency code | | --- | --- | --- | | North America (NA) | United States | USD | ## Duplicate logic *Zelle® *Disbursements are irrevocable. Before you attempt to send the same payment more than once, you must confirm that the initial payment was rejected. To confirm the status of any payment, [get the status of a Zelle® Disbursements.](/docs/treasury/global-payments/capabilities/global-payments-2/zelle-disbursements/how-to/get-zelle-status-request) ## Duplicate transactions The Global Payments API supports the ability for [idempotent calls](/api/treasury/global-payments/overview#idempotency-logic), which is useful when you initiate a payment, create a client, make a change, or retry a failed request for some reason, such as a network issue. If *Zelle® *Disbursements has the same Debtor.debtorAccount.`accountID` and payments.paymentIdentifiers.`endToEndId` as another *Zelle® *Disbursement within the last 30 days, the Global Payments API deems it duplicative and rejects it. The sender is then notified of the rejection and the funds remain in the sender's account. ## Status responses A status response identifies a payment’s status. A status response includes one or more sub-status responses that provide more information about a payment's status. The following table provides the statuses, sub-statuses, and their descriptions for *Zelle® *Disbursements: **Status responses for Zelle® Disbursements** | Status | Sub-status | Description | | --- | --- | --- | | Processing | Processing by J.P. Morgan | The payment is being processed by J.P. Morgan. | | Rejected | Rejected | The payment was rejected by J.P. Morgan or by Clearing. | | Completed | Completed by J.P. Morgan | The payment was fully processed by J.P. Morgan. It's no longer under the control of J.P. Morgan. | ## Value-amount limits A value-amount limit identifies the maximum amount of money permitted in a payment. The following table contains the supported value-amount limits for *Zelle® *Disbursements: **Value-amount limits for Zelle® Disbursements** | Region | Country | Value-amount limit | | --- | --- | --- | | NA | United States | $100,000 | ## Back-dated and future-dated transactions *Zelle® *Disbursements currently only* *supports backdated transactions. Past and future date ranges for Zelle® Disbursements **Past and future date ranges for Zelle® Disbursements** | Region | Country | Past date range | Future date range | | --- | --- | --- | --- | | North America (NA) | United States | One calendar day | Not supported | ## Related - For more information about Zelle® Disbursements, see [Overview](/docs/treasury/global-payments/capabilities/global-payments-2/zelle-disbursements/index). - For more information about Zelle® Disbursements payment parameters, see [Payment parameters](/docs/treasury/global-payments/capabilities/global-payments-2/zelle-disbursements/payment-parameters). ## Next steps Learn how to [initiate a](/docs/treasury/global-payments/capabilities/global-payments-2/zelle-disbursements/how-to/initiate-a-zelle-payment-request)[Zelle®](/docs/treasury/global-payments/capabilities/global-payments-2/zelle-disbursements/how-to/initiate-a-zelle-payment-request) Disbursements payment.