# Receive a payment

## Receive a payment

### 1. Create a payment link

* Basic structure : `https://p-link.io/[email]`
* Replace `[email]` by your email.

💡 Example :\
`https://p-link.io/contact@net-assembly.com`\
Using this link, you can pay any amount to <contact@net-assembly.com>

If this is the first time you open it, P-Link automatically creates a wallet and sends you a secure link by email to claim it..

### 2. Add an amount

Format :\
`https://p-link.io/[email]/[amount]`

💡 Example :\
`https://p-link.io/contact@net-assembly.com/10`\
Using this link, you can pay 10$ to <contact@net-assembly.com>

### 3. Add a currency

Format :\
`https://p-link.io/[email]/[amount][devise]`

Example :\
`https://p-link.io/contact@net-assembly.com/10EUR` → payment of 10 EUR to <contact@net-assembly.com>

### P-Link wizard

In order to avoid the hassle of manually typing the link, you can also use our link wizard available on

{% embed url="<https://p-link.io>" %}

You can also use the advanced wizard available on :

{% embed url="<https://p-link.io/create>" %}

### Important information

* By default, users can use any Solana based cryptocurrency in order to pay a P-Link, or also directly use credit card, then the payment will be automatically converted into USDC to avoid volatility risk (for the receiver).
* This is a DeFi payment, so the payment cannot be refunded

***

**See also :** [Send a payment](https://docs.p-link.io/send-a-payment/) · [Social networks](https://docs.p-link.io/social-networks/)


---

# 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/receive-a-payment/receive-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.
