# How to obtain a Proof of Payment from Blink?

As discussed in the answer to the question [How to prove that a lightning invoice was paid? ](/blink-and-other-wallets/how-to-prove-that-a-lightning-invoice-was-paid.md)the information needed to prove a payment of a Lightning invoice is:

1. The original **Lightning Invoice** provided by the payee node
2. The **payment pre-image** received by the payer on the successful payment

This information is exposed in the Blink Transaction History when clicking \`All transactions\` then choose the sent payment in question.

Copy the `Preimage / Proof of Payment` and the `Payment Request` fields which together can serve as a Proof of Payment to anyone who is able to verify cryptographically.

Currently the Preimage is only shared for Lightning network payments, but soon it will be displayed for payments made to other Blink users as well.

In case of an on-chain transaction the payment is publicly broadcasted to the bitcoin network and confirmed by miners in the blockchain. Knowing the Transaction ID (txid) makes everyone able to verify that the the transaction has taken place (the amount has been paid to the bitcoin address) in a public block explorer like [mempool.space](https://mempool.space). To prove an onchain transaction share the destination address and the txid and be aware that these (unlike the lightning invoice and preimage) are visible to anyone reading the bitcoin blockchain.


---

# 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/using-blink/how-to-obtain-a-proof-of-payment-from-blink.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.
