> For the complete documentation index, see [llms.txt](https://help.orderdesk.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.orderdesk.com/integration-setup-guides/payment-gateways/bolt-integration.md).

# Bolt Integration

Order Desk can connect to [Bolt](https://www.bolt.com/) to allow you to process refunds on your orders from within Order Desk.

This guide explains how to set up and use the Bolt integration.

### Setup

To connect to Bolt, click on the **Manage Integrations** link in the left sidebar and under the **Gateways** tab find and enable the Bolt integration.

![](https://251457507-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FAQOLMUJWMYtrpQ7Oxxca%2Fuploads%2F2hdvKnFTRDRnSiDUj94y%2Flegacy-4070fb88c699a86ad4c5.png?alt=media)

Once enabled, enter your Bolt API and Merchant Keys and click to connect.

![](https://251457507-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FAQOLMUJWMYtrpQ7Oxxca%2Fuploads%2Fy7kFAHYgg13TaVQZlQY3%2Flegacy-5ca7c3999a387d19e0ef.png?alt=media)

Set your environment to Live or Sandbox (Test).

![](https://251457507-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FAQOLMUJWMYtrpQ7Oxxca%2Fuploads%2FuWkQDXDlvbLa1ZJnOwO4%2Flegacy-de3c938db378a9d8c406.png?alt=media)

To find your Bolt credentials, please contact your rep from Bolt. **Order Desk support is not able to help with finding or resetting your Bolt credentials**, as they are created and provided by Bolt.

### Refunding Bolt Payments Manually

As long as an order has a Bolt Transaction ID as the processor response, the option to process a full or partial refund can be found on the order details page.

Add the amount to be refunded for the order and click the Refund button:

![](https://251457507-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FAQOLMUJWMYtrpQ7Oxxca%2Fuploads%2F9N3gz2fHSKRBREJIqypQ%2Flegacy-8cc786b632e665c9f19f.png?alt=media)

### Using Bolt with Rules

In the Rule Builder, search the event and action dropdown menus for your Bolt options:

![](https://251457507-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FAQOLMUJWMYtrpQ7Oxxca%2Fuploads%2FMyKZ0EssxlfaGSJ3jtxk%2Flegacy-8b289b64b2fd54f09bf7.png?alt=media)

Use any of the Bolt events or actions to automate the process of voiding, refunding and capturing charges through Order Desk.

If you are unfamiliar with how to use the Rule Builder, please refer to the [How to Work with Rules guide](/guided-walkthroughs/rules-and-automations/how-to-work-with-rules.md) for more information.


---

# 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://help.orderdesk.com/integration-setup-guides/payment-gateways/bolt-integration.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.
