# Paymongo for Node.js!

![](https://4099316392-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FmtGABFYaNPLJaWL32oQL%2Fuploads%2FeFXojlDXfegf8FRuVmU6%2Fpaymongo-node.png?alt=media\&token=d218e2ab-4215-4200-962a-8a6b8ced9ebd)

## Welcome to Paymongo for Node.js

A lightweight Node.js client for Paymongo API.

As seen on Paymongo's [community-made libraries](https://developers.paymongo.com/docs/community-made-libraries). :heart:

If you like this project, please give it a star, and consider following the author. :)

## Announcement

Maintaining open source projects regularly alone can lead to delay of updates and lower quality code. That's why moving forward, I decided to get more help by moving this project from my [personal GitHub account](https://github.com/jofftiquez) to [OSSPH's GitHub organization account](https://github.com/ossphilippines). This way I can get more help directly from OSSPH's amazing community, and hopefully, it will yield faster updates and more eyes watching the project. Thank you for your support! As always, please check the updated documentation below. If you're interested in OSSPH, please don't hesitate to learn more at <https://ossph.org>.

## Want to jump right in?

Feeling like an eager beaver? Jump into the quick start docs and get making your first request:

{% content-ref url="quick-start" %}
[quick-start](https://paymongo.ossph.org/quick-start)
{% endcontent-ref %}

## Want to deep dive?

Dive a little deeper and start exploring our API reference to get an idea of everything that's possible with the API:

{% content-ref url="reference/api-reference" %}
[api-reference](https://paymongo.ossph.org/reference/api-reference)
{% endcontent-ref %}


---

# Agent Instructions: 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/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.
