> For the complete documentation index, see [llms.txt](https://help.horsespot.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.horsespot.com/product-docs/show-day-tools/payments/payments-within-horse-spot/payment-requests.md).

# Payment Requests

{% embed url="<https://www.loom.com/share/93a9b4e5a81c48deacf6d9870afcb64a>" %}

## **Sending Mobile Payment Links**

If you have credit cards enabled, you can send mobile payment links to anyone, letting them pay a balance on a single entry or multiple entries.

### Sending a Payment Link for a Single Entry

1. Open the Accept Payment screen for the entry.
2. In the pop-up, go to the Request tab.
3. Your account information is already teed up, so there's nothing extra to configure.
4. Enter any email address you'd like to send the link to.
5. Click send.

The link will appear on the exhibitor's side, where they can pay using whatever method they prefer, credit card, Apple Pay, Amazon Pay, Google Pay, or any of the other convenient options people are used to when paying from their phone.

### Sending a Payment Link Across Multiple Entries

You can send a mobile payment link across multiple entries the same way you'd manage any other bulk payment action.

### Tracking Payment Status

Once you've sent a mobile payment link, it shows up in Transactions as Processing, and stays that way until the recipient pays. Once they do, the status automatically updates to Complete, just like a standard credit card transaction.

### What the Exhibitor Sees

After you send a payment request, your exhibitor receives an email with the link. Clicking it opens a dedicated page with the full invoice details, along with the option to download and view the completed invoice.

From there, they can enter new credit card details, use another payment method, or select a saved payment method already on file for that entry, giving them everything they need to finish paying.


---

# 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://help.horsespot.com/product-docs/show-day-tools/payments/payments-within-horse-spot/payment-requests.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.
