> For the complete documentation index, see [llms.txt](https://paymongo.ossph.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://paymongo.ossph.org/reference.md).

# Reference

- [API Reference](https://paymongo.ossph.org/reference/api-reference.md)
- [Links](https://paymongo.ossph.org/reference/api-reference/links.md): A Link resource represents a one-time use link to receive a payment.
- [Payments](https://paymongo.ossph.org/reference/api-reference/payments.md)
- [Payment Intents](https://paymongo.ossph.org/reference/api-reference/payment-intents.md): A \`PaymentIntent\` resource is used to track and handle different states of the payment until it succeeds.
- [Payment Methods](https://paymongo.ossph.org/reference/api-reference/payment-methods.md): A \`PaymentMethod\` resource describes which payment method was used to fulfill a payment. It is used with a \`PaymentIntent\` to collect payments.
- [Refunds](https://paymongo.ossph.org/reference/api-reference/refunds.md): Paymongo Refunds
- [Sources](https://paymongo.ossph.org/reference/api-reference/sources.md): A Source is a resource to generate your customer's payment instrument.
- [Webhooks](https://paymongo.ossph.org/reference/api-reference/webhooks.md): Webhooks


---

# 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:

```
GET https://paymongo.ossph.org/reference.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.
