# What to do if I cannot send a payment?

You might have encountered such or a similar error message:

> Error: NodeError: PaymentSendingFailed: Failed to send the given payment.

## Go through the following steps: **🧑‍🔧**

#### **General**

* [ ] Is your hub online (i.e. unlocked and connected to the internet)?
* [ ] Are your payment channels online?\
  1\) Find your channel and the status on the "Node" page of your Hub.\
  2\) If you don't have a channel yet, have a look at this guide to open your first channel:\
  [Open your first channel](/user-guide/alby-hub/wallet/open-your-first-channel.md)
* [ ] Is your *wallet balance* high enough to send the payment?
* [ ] Is the recipient online?

**Recommendations**

* Keep at least **1%** in reserve to cover potential fees.
* Payments are more likely to succeed if the full amount can be covered by a single channel. However, sending a payment using balances from multiple channels is also possible.
* Open multiple channels for redundancy.
* Keep your Hub [up to date](/user-guide/alby-hub/faq/how-can-i-update-my-alby-hub.md). There will be a banner on the home screen if there is an update available.

#### Payments in connected apps

Visit the "Connections" section and open the according app.

* [ ] Is there enough budget for the 3rd party app (e.g. for your Alby account if you pay with Alby Browser Extension, or budget for other apps such as Alby Go)?
* [ ] Are the right permissions set?

#### Lightning Network Connectivity

* [ ] Is your payment channel partner well connected in the network?\
  1\) Don't worry about that if your channel partner is Megalith, LNServer, Olympus, Flashsats.\
  2\) You can look up the name on Amboss.space and scroll through the list of channel partners. The higher the Terminal Web rank the better. If you can't find out anything, let us know.
* [ ] Plus point: Does the receiver have enough receiving capacity / inbound liquidity?\
  If the receiver uses a known custodial lightning wallet, that should be fine.

**If sending a payment still doesn't work, share the following information with us using the chat widget on support.getalby.com: 📨**

1. The registered email address with your Alby account
2. The app of the payment: your Alby Hub or in a 3rd party app (getalby.com dashboard, Alby Browser Extension, Alby Go, or any other app)
3. Any error message that appears
4. A screenshot of the "Node" page of your Alby Hub

Thanks. We appreciate that you went through the first steps yourself. 💛


---

# Agent Instructions: 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:

```
GET https://guides.getalby.com/user-guide/alby-hub/faq/what-to-do-if-i-cannot-send-a-payment.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
