# Create Order, Check Status and WebHook

- [Python](https://zenopay.gitbook.io/zenopay/basics/create-order-check-status-and-webhook/python.md): ZenoPay Documentation for Order Creating , USSD Payment and Webhook
- [PHP](https://zenopay.gitbook.io/zenopay/basics/create-order-check-status-and-webhook/php.md): This repository contains PHP scripts for interacting with the ZenoPay API. The scripts demonstrate how to create an order and check the status of an order.
- [Flutter](https://zenopay.gitbook.io/zenopay/basics/create-order-check-status-and-webhook/flutter.md): How to integrate ZenoPay in Flutter
- [Java](https://zenopay.gitbook.io/zenopay/basics/create-order-check-status-and-webhook/java.md): ZenoPay Integration with Java Android Studio
- [Node.js](https://zenopay.gitbook.io/zenopay/basics/create-order-check-status-and-webhook/node.js.md): ZenoPay API Integration for Node.js
- [Node.js Package](https://zenopay.gitbook.io/zenopay/basics/create-order-check-status-and-webhook/node.js-package.md): ZenoPay is a simple and seamless payment designed for developers looking to integrate secure and reliable payment functionality into their applications. With minimal setup, you can initiate payments .
- [ZenoPay Card Php](https://zenopay.gitbook.io/zenopay/basics/create-order-check-status-and-webhook/zenopay-card-php.md): ZenoPay Card API Integration
- [Firebase Node.js](https://zenopay.gitbook.io/zenopay/basics/create-order-check-status-and-webhook/firebase-node.js.md): ZenoPay-Firebase-Node.js
- [Go](https://zenopay.gitbook.io/zenopay/basics/create-order-check-status-and-webhook/go.md): Zeno Package for Go (Golang)
- [WordPress](https://zenopay.gitbook.io/zenopay/basics/create-order-check-status-and-webhook/wordpress.md): This documentation provides a guide for integrating ZenoPay into WordPress site.


---

# 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://zenopay.gitbook.io/zenopay/basics/create-order-check-status-and-webhook.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.
