> For the complete documentation index, see [llms.txt](https://dev.indodana.id/indodana-paylater/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dev.indodana.id/indodana-paylater/integration/e-commerce-plugins.md).

# Integrate with E-commerce Plugins

> Please make sure you have the `API Key` and `API Secret`

We provide seamless integrations to Indodana Paylater for the sites that are running with e-commerce platforms. These are the plugins for the supported platforms.

#### Woocommerce

* `3.0.0 or later`
  * Minimum PHP version: `7.2`
  * Minimum WordPress version: `5.0.0`
  * Download latest [here](https://github.com/indodana-finance/paylater-ecommerce-plugin-php/releases/download/WoocommerceV3-1.6.0/woocommerce_v3-1_6_0.zip)
* `4.0.0 or later`
  * Minimum PHP version: `7.2`
  * Minimum WordPress version: `5.3.0`
  * Download latest [here](https://github.com/indodana-finance/paylater-ecommerce-plugin-php/releases/download/WoocommerceV4-1.3.0/woocommerce_v4-1_3_0.zip)<br>
* `5.0.0 or later`
  * Minimum PHP version: `7.2`
  * Minimum WordPress version: `5.4.0`
  * Download latest [here](https://github.com/indodana-finance/paylater-ecommerce-plugin-php/releases/download/WoocommerceV5-1.0.0/woocommerce_v5-1_0_0.zip)

#### Opencart

* `1.0.0 or later`
  * Minimum PHP version: `5.6`
  * Download latest [here](https://github.com/indodana/paylater-ecommerce-plugin-php/releases/download/OpencartV1-1.5.0/opencart_v1-1_5_0.zip)
* `2.0.0 or later`
  * Minimum PHP version: `5.6`
  * Download latest [here](https://github.com/indodana-finance/paylater-ecommerce-plugin-php/releases/download/OpencartV2-1.5.0/opencart_v2-1_5_0.zip)

#### Magento

* `1.0.0 or later`
  * Minimum PHP version: `5.6`
  * Download latest [here](https://github.com/indodana-finance/paylater-ecommerce-plugin-php/releases/download/MagentoV1-1.5.0/magento_v1-1_5_0.zip)
* `2.3` - `2.4`
  * PHP version:
    * `2.3`: Refer to [Official Magento 2.3 PHP Requirement](https://devdocs.magento.com/guides/v2.3/install-gde/system-requirements-tech.html#php)
    * `2.4`: Refer to [Official Magento 2.4 PHP Requirement](https://devdocs.magento.com/guides/v2.4/install-gde/system-requirements-tech.html#php)
  * Download latest [here](https://github.com/indodana-finance/paylater-ecommerce-plugin-php/releases/download/MagentoV2-1.0.0/magento_v2-1_0_0.zip)

#### Prestashop

* `1.6` - `1.7`
  * PHP version: Refer to [Official Prestashop PHP Requirement](https://devdocs.prestashop.com/1.7/basics/installation/system-requirements/#php-requirements)
  * Download latest [here](https://github.com/indodana-finance/paylater-ecommerce-plugin-php/releases/download/PrestashopV1-1.0.0/prestashop_v1-1_0_0.zip)


---

# 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://dev.indodana.id/indodana-paylater/integration/e-commerce-plugins.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.
