> For the complete documentation index, see [llms.txt](https://docs.digitalriver.com/commerce-api/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.digitalriver.com/commerce-api/admin-apis/refunds/managing-a-refund-for-a-delayed-payment-method.md).

# Managing a refund for a delayed payment method

When you [create a refund](/commerce-api/admin-apis/refunds/creating-a-satisfaction-refund.md#creating-a-satisfaction-refund-programmatically) for a shopper, delayed payment methods such as [Boleto](/commerce-api/payments/payments-solutions/digitalriver.js/payment-methods/configuring-boleto.md), [Konbini](/commerce-api/payments/payments-solutions/digitalriver.js/payment-methods/konbini.md), and [Wire Transfer](/commerce-api/payments/payments-solutions/digitalriver.js/payment-methods/wire-transfer.md) require some extra steps to complete the refund.&#x20;

When a shopper using a delayed payment method requests a refund, they will receive [delayed payment instructions](/commerce-api/resources/reference/elements/delayed-payment-instructions-element.md).

![](/files/-MkNavLWzR04cA6HlXtT)

To receive the refund, the shopper must click the link (highlighted in yellow above) in the email that directs them to the page where they can provide their account information for their chosen payment method.

![](/files/-MkNdFzc7TRe-iNlsspJ)

When the shopper completes the fields and submits the information, the information is returned to DigitalRiver.js and the Payment service. The system processes the refund.


---

# 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://docs.digitalriver.com/commerce-api/admin-apis/refunds/managing-a-refund-for-a-delayed-payment-method.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.
