# What should I do if my Lightning transaction fails while trying to pay someone?

If your Lightning transaction fails while trying to pay someone, the most common reason could be insufficient funds to pay the invoice. Make sure you have sufficient funds in the account you want to send from and don't forget to account for network fees.

Another reason could be the failure to find a route to send the transaction to the destination Lightning node. In such cases, you can try again after a short period or ask the recipient of your payment to provide an invoice from another wallet.

If the issue persists, you may reach out to customer support for assistance in resolving the issue.


---

# 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://faq.blink.sv/blink-payment-methods/lightning/what-should-i-do-if-my-lightning-transaction-fails-while-trying-to-pay-someone.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.
