> For the complete documentation index, see [llms.txt](https://pingbusiness.gitbook.io/pingbusiness/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://pingbusiness.gitbook.io/pingbusiness/payments/refunds.md).

# Refunds

### **Your Refund Policy As A Merchant**

You set your own refund policy for your products, based on your own business needs. You must:

* **Publish it** — state your refund terms clearly on your checkout or product page before purchase;
* **Honor it** — failing to honor your stated refund terms is a breach of the Acceptable Use Policy;
* **Comply with local consumer law** — some jurisdictions (e.g., the EU) give buyers statutory rights for digital purchases that override a "no refunds" policy. You are responsible for compliance in the markets you sell to.

A "no refunds" policy is allowed but rarely advisable: buyers who cannot get a refund can still file a chargeback with their bank at any time — which costs you more (Section 4). A fair, fast refund is almost always cheaper than a dispute.

### **Issuing Refunds**

* You can issue a **full or partial refund** at any time from your dashboard (or via the API), on any order.
* Refunds are returned to the buyer's original payment method and may take up to **10 business days** to appear on their statement, depending on their payment method.
* Refunds include any indirect tax (VAT/GST/sales tax) charged at checkout — the tax portion is returned to the buyer and the tax adjustment is handled by PingBusiness; only the net product amount is deducted from your balance.
* The refunded amount is deducted from your available balance. If your balance is insufficient, it is deducted from future sales or your balance goes negative
* PingBusiness will at most return 4% of the platform fee on the original transaction.
* Refunds cannot be reversed once issued.

### **Refunds Initiated By PingBusiness**

To protect you and the platform from chargebacks and fraud losses, PingBusiness reserves the right to issue a refund on your behalf, at its discretion, within **60 days** of a purchase, where:

* a chargeback appears likely (e.g., a buyer complaint of non-delivery, fraud indicators, or a card-issuer early-warning alert);
* the transaction appears fraudulent or unauthorized; or
* the product materially differs from what was listed.

Where practical, we will notify you before or promptly after doing so. This mirrors standard platform practice for digital goods.


---

# 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://pingbusiness.gitbook.io/pingbusiness/payments/refunds.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.
