> For the complete documentation index, see [llms.txt](https://developers.frontstream.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developers.frontstream.com/welcome-to-our-payment-api/api-references.md).

# API references

## Dive into the specifics!

### Create and configure a Payment Link!

Learn how to create a 'one-click' pay link to accept payments using our **FrontStream Payment Form**. Detail here:

{% content-ref url="/pages/wXuyvMLquUEuEoNOuoOO" %}
[Create and configure Pay links](/welcome-to-our-payment-api/api-references/create-and-configure-pay-links.md)
{% endcontent-ref %}

### Search for a Charity!

Start off and search for the Charity Organization you wish to make a Donation to and make a difference.

{% content-ref url="/pages/iqsy24phCC6D7zSdVcAy" %}
[Search for a Charity for your Donation](/welcome-to-our-payment-api/api-references/search-for-a-charity-for-your-donation.md)
{% endcontent-ref %}

### Make a Donation!

Found your Charity and ready to make a Donation? Learn how here:

{% content-ref url="/pages/2FpFP6tr0KVyPp9oXwN9" %}
[Make a Payment](/welcome-to-our-payment-api/api-references/make-a-payment.md)
{% endcontent-ref %}

### Understand your Fees!

Ready to cover your fees so your entire amount goes to a Charity? Calculate fees here:

{% content-ref url="/pages/N2zDNwJosCaasfGNcXoz" %}
[Learn how to cover Fees](/welcome-to-our-payment-api/api-references/learn-how-to-cover-fees.md)
{% endcontent-ref %}

### Pull a Transaction Report!

Want to see transaction details? Learn how here:

{% content-ref url="/pages/YhDXpsHBIZoN0CsoQKFY" %}
[Retrieve Transactions report](/welcome-to-our-payment-api/api-references/retrieve-transactions-report.md)
{% endcontent-ref %}

### Receive webhook Notifications!

Want to know a transaction event? Let's help you set up Notifications here:

{% content-ref url="/pages/nZ0GbMKXP0y4h4sMVK80" %}
[Set up and receive Notifications](/welcome-to-our-payment-api/api-references/set-up-and-receive-notifications.md)
{% endcontent-ref %}

### Continue to dive into each API reference details!

Dive into the specifics of each Payment API endpoint by checking our our complete documentation here:

{% content-ref url="/pages/RHVd5m3IA7J3yMH2ePSH" %}
[Each API reference specifics!](/welcome-to-our-payment-api/api-references/test-payment-api-features/each-api-reference-specifics.md)
{% endcontent-ref %}


---

# 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://developers.frontstream.com/welcome-to-our-payment-api/api-references.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.
