---
description: Understand Square&#x27;s CANCELED payment status. Learn why authorized card payments are voided, how delayed capture timeouts work, and how to resolve them.
title: Square Status CANCELED: Payment Canceled
image: https://cdn.smartretry.com/_next/static/media/og-image.0z0q4_5kazzzo.jpeg
---

[Skip to main content](#main-content)

Square · Status

# Square Status CANCELED: Payment Canceled

The payment has been voided and any authorized card funds are released back to the cardholder. This is a terminal state. Can result from an explicit CancelPayment call or automatic cancellation after the delay\_duration expires.

## What it means

Square's CANCELED status is a terminal state indicating that a previously authorized card payment has been voided. When a payment transitions to this status, the cardholder's funds are released and no capture or settlement will occur. It is not an issuer decline, but rather an operational result of a merchant action or a platform authorization timeout.

## Classification & retryability

technicalRetryable: no

## Common causes

* The merchant explicitly called the CancelPayment API endpoint to void an uncaptured transaction.
* An uncaptured payment authorization exceeded its allowed delayed capture time window (e.g., 36 hours for card-present or 7 days for online payments).
* The integration's delay\_action parameter was configured to CANCEL, automatically voiding the transaction when the delay\_duration elapsed.

## How to resolve it

Because CANCELED is a terminal state in Square, the specific payment cannot be reopened, captured, or modified. If the cancellation was intentional, no further action is required. If the payment was canceled automatically due to an expired authorization window (a delayed capture timeout) but the customer's underlying order is still valid, you must initiate an entirely new payment request to authorize and collect the funds.

### For merchants

Review your delayed capture configurations (delay\_duration and delay\_action) to ensure the authorization window aligns with your operational fulfillment times. Ensure webhooks (such as payment.updated) are actively monitored so your system can halt downstream fulfillment if a payment is automatically canceled. Exclude CANCELED statuses from automatic payment retry logic, as the original authorization is permanently voided and cannot be re-attempted.

### For customers

No action is required unless the merchant contacts you to process a new payment for your order. Any temporarily held funds from the original authorization will automatically drop off and become available in your account, typically within a few business days depending on your bank.

## Sources

* [Square Developer Docs – Delayed Capture of a Card Payment](https://developer.squareup.com/docs/payments-api/take-payments/card-payments/delayed-capture)
* [Square Developer Reference – Payment Object](https://developer.squareup.com/reference/square/objects/Payment)
* [Square Developer Reference – Cancel Payment API](https://developer.squareup.com/reference/square/payments-api/cancel-payment)
* [Square Developer Forums – How to Identify and Handle Cancelled Payments](https://developer.squareup.com/forums/t/how-to-identify-and-handle-cancelled-payments/23404)

---

```json
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://www.smartretry.com/"},{"@type":"ListItem","position":2,"name":"Decline Code","item":"https://www.smartretry.com/decline-code"},{"@type":"ListItem","position":3,"name":"Square","item":"https://www.smartretry.com/payment-providers/square"},{"@type":"ListItem","position":4,"name":"CANCELED","item":"https://www.smartretry.com/decline-code/square-status-canceled"}]}
```
