> For the complete documentation index, see [llms.txt](https://docs.p-link.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.p-link.io/send-a-payment/send-a-payment.md).

# Send a payment

## Send a payment

### 1. Via the interface

* Open [p-link.io](https://p-link.io)
* Open the **Send** tab.
* Provide the recipient (email or phone number).
* Provide the amount.
* Click on **Send**.

### 2. Via URL with API key

* Format :\
  `https://p-link.io/api/tr4usr/[API_KEY]/[email]/[amount]`
* Allows you to send money by simply calling a URL.

💡 Funds not claimed within 3 days are returned to the sender (configurable timeframe).

In order to get your API key, you need to go to <https://p-link.io/ApiDoc/Send>

***

**See also :** [Receive a payment](https://docs.p-link.io/receive-a-payment/)&#x20;
