# Paymongo for Node.js

## Paymongo for Node.js

- [Paymongo for Node.js!](https://paymongo.ossph.org/paymongo-for-node.js.md): A lightweight Node.js client for Paymongo API.
- [Quick Start](https://paymongo.ossph.org/quick-start.md)
- [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
- [Test Cards](https://paymongo.ossph.org/test-cards.md): You can use these test cards to test your implementation.
- [Change Logs](https://paymongo.ossph.org/change-logs.md)
- [FAQs](https://paymongo.ossph.org/faqs.md)


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://paymongo.ossph.org/paymongo-for-node.js.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.
