# Getting Started

- [API GUIDE](https://paylater.gitbook.io/paylater-docs/getting-started/quickstart.md): The PayLater API is your gateway to building custom, end-to-end BNPL experiences directly into your platform, mobile app, or checkout flow. Designed with flexibility and performance in mind, our RESTf
- [Generate Payment Link](https://paylater.gitbook.io/paylater-docs/getting-started/quickstart/generate-payment-link.md)
- [Request to Pay](https://paylater.gitbook.io/paylater-docs/getting-started/quickstart/request-to-pay.md)
- [Check Payment Status](https://paylater.gitbook.io/paylater-docs/getting-started/quickstart/check-payment-status.md)
- [Get Shopper Information](https://paylater.gitbook.io/paylater-docs/getting-started/quickstart/get-shopper-information.md)
- [Get Transaction by Order ID](https://paylater.gitbook.io/paylater-docs/getting-started/quickstart/get-transaction-by-order-id.md)
- [Get Transactions List](https://paylater.gitbook.io/paylater-docs/getting-started/quickstart/get-transactions-list.md)
- [Refund API](https://paylater.gitbook.io/paylater-docs/getting-started/quickstart/refund-api.md)
- [Partial Refund](https://paylater.gitbook.io/paylater-docs/getting-started/quickstart/partial-refund.md)
- [Webhook Integration](https://paylater.gitbook.io/paylater-docs/getting-started/quickstart/webhook-integration.md)
- [Magento](https://paylater.gitbook.io/paylater-docs/getting-started/publish-your-docs.md)
- [Release Notes](https://paylater.gitbook.io/paylater-docs/getting-started/publish-your-docs/release-notes.md)
- [WooCommerce](https://paylater.gitbook.io/paylater-docs/getting-started/woocommerce.md)
- [Release Notes](https://paylater.gitbook.io/paylater-docs/getting-started/woocommerce/release-notes.md)
- [Shopify](https://paylater.gitbook.io/paylater-docs/getting-started/shopify.md)
- [Odoo](https://paylater.gitbook.io/paylater-docs/getting-started/odoo.md)
- [Release Notes](https://paylater.gitbook.io/paylater-docs/getting-started/odoo/release-notes.md)
- [OpenCart](https://paylater.gitbook.io/paylater-docs/getting-started/opencart.md)
- [Release Notes](https://paylater.gitbook.io/paylater-docs/getting-started/opencart/release-notes.md)


---

# 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://paylater.gitbook.io/paylater-docs/getting-started.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.
