> For the complete documentation index, see [llms.txt](https://docs.xplorpay.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.xplorpay.com/getting-started/getting-started/our-products.md).

# Our Products

Explore our suite of products designed to meet diverse business needs, from seamless onboarding to powerful payment processing solutions.

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th></th></tr></thead><tbody><tr><td><i class="fa-briefcase">:briefcase:</i></td><td><strong>Onboard Merchants</strong></td><td>Collect details, run checks, submit applications.</td><td><p></p><p><a href="/pages/XRvquKk8dxJW69D60MdL">Learn more</a></p></td></tr><tr><td><i class="fa-cash-register">:cash-register:</i></td><td><strong>Accept Payments</strong></td><td>Card-present, card-not-present, recurring, and ACH.</td><td><a href="/pages/uXN8e3tjqynFBCxy1lgw">Learn more</a></td></tr><tr><td><i class="fa-coins">:coins:</i></td><td><strong>Manage Finance &#x26; Resolve Disputes</strong></td><td>Keep margins clear and reduce chargeback impact.</td><td><a href="/pages/a37f24cdd722ce62c3484be8e683e012732412ae">Learn more</a></td></tr><tr><td><i class="fa-file-chart-column">:file-chart-column:</i></td><td><strong>Report &#x26; Reconcile</strong></td><td>Track transactions, funding, and operational performance.</td><td><a href="/pages/OCn9URlZZ2dD3k7p2rY7">Learn more</a></td></tr><tr><td><i class="fa-display-chart-up">:display-chart-up:</i></td><td><strong>Operate With Portals</strong></td><td>Give partners and merchants self-serve tools.</td><td><p></p><p><a href="/pages/EjWjmNqnKZDFFPjGLLYs">Learn more</a></p></td></tr></tbody></table>

<details>

<summary>Expand for a complete flat list of product overview links</summary>

* [Merchant Onboarding](/getting-started/getting-started/our-products/merchant-onboarding.md)
  * [Hosted Merchant Onboarding](/getting-started/getting-started/our-products/merchant-onboarding/hosted-merchant-onboarding.md)
  * [Merchant Onboarding via API](/getting-started/getting-started/our-products/merchant-onboarding/merchant-onboarding-via-api.md)
  * [Merchant Onboarding via Partner Portal](/getting-started/getting-started/our-products/merchant-onboarding/merchant-onboarding-via-partner-portal.md)
* [Payment Processing](/getting-started/getting-started/our-products/payment-processing.md)
  * [Mobile EMV SDK](/getting-started/getting-started/our-products/payment-processing/mobile-emv-sdk.md)
  * [Cloud EMV](/getting-started/getting-started/our-products/payment-processing/cloud-emv.md)
  * [Recurring Payments](/getting-started/getting-started/our-products/payment-processing/recurring-payments.md)
  * [JavaScript SDK](/getting-started/getting-started/our-products/payment-processing/javascript-sdk.md)
  * [ACH Transactions](/getting-started/getting-started/our-products/payment-processing/ach-transactions.md)
  * [Paylink](/getting-started/getting-started/our-products/payment-processing/paylink.md)
* [Financial Management](/getting-started/getting-started/our-products/financial-management.md)
  * [Merchant Pricing](/getting-started/getting-started/our-products/financial-management/merchant-pricing.md)
  * [Merchant Billing & Funding](/getting-started/getting-started/our-products/financial-management/merchant-billing-and-funding.md)
  * [Financial Reporting](/getting-started/getting-started/our-products/financial-management/financial-reporting.md)
  * [Disputes Management](/getting-started/getting-started/our-products/financial-management/disputes-management.md)
* [Reporting Solutions](/getting-started/getting-started/our-products/reporting-solutions.md)
  * [Reporting](/getting-started/getting-started/our-products/reporting-solutions/reporting.md)
* [Partner & Merchant Solutions](/getting-started/getting-started/our-products/partner-and-merchant-solutions.md)
  * [Partner Portal](/getting-started/getting-started/our-products/partner-and-merchant-solutions/partner-portal.md)
  * [Merchant Portal](/getting-started/getting-started/our-products/partner-and-merchant-solutions/merchant-portal.md)

</details>

{% hint style="success" %}
**Need help?**

If you’re unsure where to start, get in touch. We’ll help you choose the right integration path.

<a href="https://xplorpay.com/getting-started/" class="button primary">Get in touch</a>
{% endhint %}


---

# 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://docs.xplorpay.com/getting-started/getting-started/our-products.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.
