> 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/request-payment.md).

# Request Payment

### Choose your form of payment request

1. Go to Payment page and tap "Request."
2. You will be able to choose how you would like to request payments:
   1. by email
   2. by pay link
   3. by QR code

### Request payment by email

1. Choose "Send Email" to request payment.
2. Enter recipient's email.
3. Enter payment amount and continue.

<div><figure><img src="/files/TsEPNVbJizQudxEzdwN0" alt=""><figcaption></figcaption></figure> <figure><img src="/files/tJ28PNUGMQbzG0BaoE4C" alt=""><figcaption></figcaption></figure> <figure><img src="/files/Jhn5x4VjTZWpOHUIBGSk" alt=""><figcaption></figcaption></figure></div>

4. An email will be sent to the sender's email address.
5. Sender will tap on the "Send Payment Request" button in the email and the sender will be redirected to PingMe app.
6. Sender will need to login to the PingMe app in order to make payment. If the sender does not have an account with PingMe, they will need to create a new account.
7. After logging in to PingMe app, the sender will see the payment request details including the amount and recipient's email.
8. Select the time period for the link to remain valid at "Lockbox duration" row for the recipient to claim the funds within the designated time period. The sender 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 %}

9. Enter a passphrase for the payment and an email notification will be sent to the recipient.

{% 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 %}

10. The recipient taps "Claim Now" in the email to receive the payment.&#x20;

<div><figure><img src="/files/pBPLS4YPTcvGOURLbPU5" alt=""><figcaption></figcaption></figure> <figure><img src="/files/59SSN7pBKmjpnR9hJOUb" alt=""><figcaption></figcaption></figure> <figure><img src="/files/RyPbX3GPp1EvvyOqsTXg" alt=""><figcaption></figcaption></figure></div>

### Request payment by pay link

1. Tap "Share Link" to request payment.
2. Enter payment amount and continue.
3. A payment request link will be generated for sharing.

<div><figure><img src="/files/ETJ68Ssajn7sHjfyH0bg" alt=""><figcaption></figcaption></figure> <figure><img src="/files/9e8mhfx9G0dypJW2U4JA" alt=""><figcaption></figcaption></figure></div>

4. When the sender clicks on the payment request link, they will be redirected to PingMe app to make the payment. If the sender does not have an account with PingMe, they will need to create a new account.
5. After logging in to PingMe app, the sender will see the payment request details including the amount and recipient's email.
6. Select the time period for the link to remain valid at "Lockbox duration" row. The sender 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 %}

7. Enter the passphrase and an email notification will be sent to the recipient.

{% 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 %}

8. The recipient taps "Claim Now" in the email to receive the payment.&#x20;

### Request payment by QR code

1. Go to Home page and tap "Show."
2. Your QR code will be shown for the sender to scan and pay.&#x20;

<div><figure><img src="/files/1ZXjlvvrYBaqVInx49Yl" alt=""><figcaption></figcaption></figure> <figure><img src="/files/zmGqSTpmnd93KVU9Nzz6" alt=""><figcaption></figcaption></figure></div>


---

# 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/request-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.
