# 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;


---

# 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://docs.p-link.io/send-a-payment/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.
