# Welcome to KrezyPay API&#x20;

{% hint style="info" %}
The KrezyPay API is organized around REST. Our API has predictable resource-oriented URLs, accepts form-encoded request bodies, returns JSON-encoded responses, and uses standard HTTP response codes.
{% endhint %}

## Overview

> You can use the KrezyPay API in test mode, which does not affect your live data. The API key you use to authenticate the request determines whether the request is in live mode or test mode.
>
> The API does not support bulk updates. You can only work on one object per request.
>
> The KrezyPay API differs for each account as we release new versions and adapt features. Sign in to see custom docs based on your API version, with your test key and data.

> The KrezyPay API differs for each account as we release new versions and adapt features. Sign in to see custom docs based on your API version, with your test key and data.

#### 🚧 Ready to build? <a href="#ready-to-build" id="ready-to-build"></a>

To use our APIs please create a [business account](https://business.krezypay.com/register) with us&#x20;

#### 🚀 Ready to launch? <a href="#ready-to-launch" id="ready-to-launch"></a>

Complete the [production access requirement](https://docs.krezypay.com/production-access); we'll have you live within 3 business day.


---

# 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.krezypay.com/welcome-to-krezypay-api.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.
