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

# Send Payment

### Choose your form of payment

1. Go to Payment page and tap "Send."
2. You will be able to choose how you would like to send your funds:
   1. by email
   2. by pay link
   3. by QR code

### Pay by email

1. Tap "Send Email" to pay.
2. Enter recipient's email.
3. Enter payment amount.
4. Select the time period for the link to remain valid at "Lockbox duration" row. You can choose between 1 to 30 days.&#x20;

{% hint style="info" %}
"Lockbox duration" lets you choose how long the payment link remains active and accessible for the recipient to receive the payment.
{% endhint %}

5. Set a passphrase for the payment. The passphrase will be shared to the recipient to receive the payment.&#x20;

{% hint style="info" %}
A passphrase is a unique password set by the sender, which the recipient must use to access and receive payment through the provided link.
{% endhint %}

<div><figure><img src="/files/0CGry9d3zzNvv9m303bZ" alt=""><figcaption></figcaption></figure> <figure><img src="/files/BGLEocjE1YQTqfRtgJ3n" alt=""><figcaption></figcaption></figure></div>

6. After the payment details have been confirmed, an email will be sent to the recipient's email address.
7. To receive payments, the recipient shall click "Claim Now" in the email and enter the passphrase in order to receive the funds.&#x20;

<div><figure><img src="/files/DBu21ueNjUoVIGbCHGJf" alt=""><figcaption></figcaption></figure> <figure><img src="/files/S4ApALTEVBeN5TZ2S4eL" alt=""><figcaption></figcaption></figure></div>

8. If the recipient does not have an account with PingMe, they will need to create an account in order to claim the payments.

{% hint style="info" %}
If the recipient does not claim the payments before the expiration date, unclaimed funds will be automatically returned to the sender's wallet.
{% endhint %}

###

### Pay by pay link

1. Tap "Share Link" to pay.
2. Enter payment amount.
3. Select the time period for the link to remain valid at "Lockbox duration" row. You can choose between 1 to 30 days.&#x20;

{% hint style="info" %}
"Lockbox duration" lets you choose how long the payment link remains active and accessible for the recipient to receive the payment.
{% endhint %}

4. Set a passphrase for the payment. The passphrase will be shared to the recipient to receive the payment.

{% hint style="info" %}
A passphrase is a unique password set by the sender, which the recipient must use to access and receive payment through the provided link.
{% endhint %}

5. Confirm the payment and a pay link will be created. The sender will be able to share the pay link to the recipient.&#x20;

<div><figure><img src="/files/AN8Y1hRW8N4TYHove2Ec" alt=""><figcaption></figcaption></figure> <figure><img src="/files/j4FgGIejnoxTBQiew7xn" alt=""><figcaption></figcaption></figure> <figure><img src="/files/lStilynR6cY9AVOCBQqx" alt=""><figcaption></figcaption></figure></div>

6. When the recipient clicks on to the pay link, he will be requested to enter the passphrase in order to claim the funds.&#x20;

{% hint style="info" %}
If the recipient does not claim the payments before the expiration date, unclaimed funds will be automatically returned to the sender's wallet.
{% endhint %}

###

### Pay by QR code

1. Tap "Scan" on Home page.
2. Allow camera access.
3. Scan the QR code directly or upload the photo of the recipient's QR code.&#x20;
4. Enter the amount and pay.&#x20;

<div><figure><img src="/files/aeJlSz8fBN12mlPp876W" alt=""><figcaption></figcaption></figure> <figure><img src="/files/U3WTLhAkgUpo22e7SFh6" alt=""><figcaption></figcaption></figure> <figure><img src="/files/V3kydWRZMIBpLcIpNARV" alt=""><figcaption></figcaption></figure></div>

5. An email notification will be sent to the recipient's email address.&#x20;

{% hint style="info" %}
If the recipient does not claim the payments before the expiration date, unclaimed funds will be automatically returned to the sender's wallet.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://pingmexyz.gitbook.io/docs/features/send-payment.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
