> For the complete documentation index, see [llms.txt](https://docs.digitalriver.com/adobe-commerce-extension/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/adobe-commerce-extension/adobe-commerce-extension-2.4.0/configure-the-digital-river-extension/shopper-experience/use-wire-transfers-for-order-refunds.md).

# Use wire transfers for order refunds

### Configure wire transfer refund method

Initiate this type of refund by using the Credit Memo feature in the Adobe Commerce Admin UI – just as you would for orders paid with any other payment method.&#x20;

When starting the refund process, you see a note advising that the refund cannot be processed until you have provided the needed bank details.

![](/files/2GIbruZFcAZaJkiUTIlm)

To complete the refund process with the Credit Memo:

1. Look up the order you want to refund on the storefront, either on your **My Account** page (for authenticated shoppers) or the **Order Lookup** page (for guest shoppers).&#x20;
2. On the **Refunds** tab for your order, you are provided with a link to **Provide information** that Digital River needs to complete the refund.\
   &#x20;\
   ![](/files/2r5LZS9pVKN768PCH2Iz)<br>
3. Click **Provide information** to open an overlay module (with secure .js fields) that lets you enter and submit your bank information.\
   \
   ![](/files/2CDdXFWLb6ombejrS4vm)<br>
4. Fill in the bank information as requested.
5. Click **Submit**. Once this information is received by Digital River, the refund will be processed.

{% hint style="info" %}
**Note:** It may take up to 3 minutes for the **Provide information** link to appear. Additionally, when the `refund.pending_information` webhook is received, it triggers a `refund_pending_information` event in Adobe. You can use this event to trigger an email to be sent to shoppers to let them know they need to provide additional information in order to process the order refund.
{% endhint %}


---

# 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/adobe-commerce-extension/adobe-commerce-extension-2.4.0/configure-the-digital-river-extension/shopper-experience/use-wire-transfers-for-order-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.
