> For the complete documentation index, see [llms.txt](https://support.paycargo.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.paycargo.com/payments-and-finance/cancellations-and-refunds/policy.md).

# Policy

PayCargo's 2026 policy distinguishes between **Cancellations** (before processing) and **Refunds** (after processing). PayCargo acts as a facilitator, but final approval for most requests rests with the Vendor.

### <mark style="color:$primary;">Payment cancellation — Pre-processing</mark>

Cancellations can only occur while a transaction is in "Processing" status and before the [**6 PM EST** daily cutoff. ](/payments-and-finance/application-and-remittance/cutoff-times.md)

* **Approval required:** Payers cannot unilaterally stop a payment; they must contact the Vendor to request a cancellation.
* **Time sensitive:** Requests should be submitted before **5 PM EST** on the processing date. PayCargo may decline cancellations made in the final hour before the 6 PM cutoff to avoid ACH bank errors.
* **Eligibility:** Typically allowed for clerical errors, incorrect branch selection, or switching payment methods.&#x20;

### <mark style="color:$primary;">Refund policy — Post-processing</mark>

Once a transaction is marked as “Cleared,” you may submit a formal refund request through the PayCargo Portal or by contacting the Support team.&#x20;

* **Processing fee:** Approved refunds are subject to a fee ranging from $7.50 to $10.00 USD.
* **Non-refundable fees:** Annual user fees, credit card processing fees, and original transaction fees are non-refundable.[\*](/pricing/paycargo-cost.md)
* [**Vendor approval:** ](#user-content-fn-1)[^1]Refund timelines and processing are determined by the vendor and may vary based on their internal procedures. If two weeks have passed since your request, the PayCargo Support team can assist by contacting the vendor for a status update. We also encourage payers to follow up directly with the vendor.
* **Automated refund:** Many vendors participate in PayCargo’s automated refund process. To request a refund, sign in to your account, locate the transaction, and select [**Request Refund**](/payments-and-finance/cancellations-and-refunds/how-to-request-a-refund-for-a-cleared-payment.md) at the bottom right of the screen.&#x20;
* **Minimum Amount:** Refund requests must be for $10.00 USD or more.

[^1]:


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://support.paycargo.com/payments-and-finance/cancellations-and-refunds/policy.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
