# Wordpress Woocomerce Plugin

This plugin allows business to be able to collect money through woocommerce

{% hint style="danger" %}
When generating API KEYS to use in this plugin. It is important to set the webook URL to <https://YOUR_DOMAINNAME.COM/?wc-api=kitegateway-webhook> so that when payment status changes at kitegateway servers your application is able to get the updates.
{% endhint %}

#### Download

You can download this plugin from the wordpress store. You can check out the source code here: <https://github.com/kitegateway/woocommerce> you can download the woocommerce version here <https://github.com/kitegateway/woocommerce/archive/refs/tags/v1.0.1.zip> install to your website directly

Once you have installed the plugin you should be able to set it in the woocommerce settings

<figure><img src="/files/h2XSqCZ6s0fQhXo2XgME" alt=""><figcaption></figcaption></figure>

You should fill in appropriate details but the most important are the api tokens

<figure><img src="/files/5Wk8IMfHqHsz2snReZCl" alt=""><figcaption></figcaption></figure>

The following page will appear in the checkout

<figure><img src="/files/agz9eAQEvylGlFGTq4rz" alt=""><figcaption></figcaption></figure>


---

# 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://docs.kitegateway.com/plugins-and-sdks/payment-methods.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.
