# Create an App

1. Create account and app in [Console](https://console.simplepay.ai/)
2. Add your wallet addresses ( [Settings ](https://console.simplepay.ai/)-> Wallets )
3. Choose tokens you want to accept ( [Settings ](https://console.simplepay.ai/)-> Tokens )
4. Get your API keys ( [Settings ](https://console.simplepay.ai/)-> API Keys )
5. Setup Webhook url on your server side using Client SDK  [Introduction](/docs/javascript-sdk/introduction.md)&#x20;

It's intuitively simple.

Then you can [create](broken://pages/GJIko5p5Tzklb3YEIkes#raw-invoice) and [reject](broken://pages/GJIko5p5Tzklb3YEIkes#invoice-reject-invoiceid) invoices.

## 1. Setup app and API Keys

Login or register at developers console at [console.simplepay.ai](https://console.simplepay.ai)

Create an App:

<div align="center"><figure><img src="/files/euvar9Eevg3I5hkOgooE" alt="" width="375"><figcaption><p>If you don't use <strong>Webhooks</strong>, input any website starting with <strong>https://</strong></p></figcaption></figure></div>

Go to [**"Settings"** -> **"API keys"**](https://console.simplepay.ai/settings/api-keys)

<figure><img src="/files/NybpzanYcxkGSghk7Sph" alt="" width="375"><figcaption><p>Copy App ID and API Key ( its also using as Beaer Token)</p></figcaption></figure>

Save your unique application identifier **App ID** (`app_id`) and **API key** (also known as `app_secret` - using as a **Beaer token**)

## 2. Add your public addresses

Navigate to  [**"Settings"** -> **"Wallets"**](https://console.simplepay.ai/settings/wallets-edit).

Input your own public addresses where you want to receive funds.

<figure><img src="/files/GUAnho0JlXQEoqN1T9Bu" alt="" width="375"><figcaption></figcaption></figure>

*Right now we support **EVM** (Ethereum, Binance Smart Chain), **TRON**, **BITCOIN** and **LITECOIN** addresses*

## 3. Assets setup

Go to [**"Settings"** -> **"Tokens"**](https://console.simplepay.ai/settings/tokens-edit).

<figure><img src="/files/XXOXUGiLc5o8zyZ1BwQM" alt="" width="375"><figcaption></figcaption></figure>

Select coins and tokens you would like to receive (ex. BTC, USDT).

{% hint style="info" %}
For no-code integration visit [this page](/docs/getting-started/no-code/web-and-telegram-store.md), for widget - [this page](/docs/components/widget.md).
{% endhint %}

*


---

# 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://dev.simplepay.ai/docs/getting-started/getting-started.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.
