# Getting Started with No‑Code Integration

This guide walks you through the basics of integrating Omypayments using no‑code platforms.

**Step 1: Sign Up and Retrieve Your API Key**\
Log in to your merchant dashboard at [https://dashboard.omypayments.com/](https://dashboard.omypayments.com/site/login) to obtain your API key. This key authenticates your API requests.

**Step 2: Choose Your No‑Code Platform**\
Since Omypayments doesn’t offer native no‑code widgets, select a platform like Zapier or Integromat that can handle HTTP requests and integrate with REST APIs.

**Step 3: Configure Your Integration Flow**\
Using the chosen platform’s visual editor, set up a workflow that:

* Triggers an action (e.g., when a new order is placed).
* Sends a request to create an invoice via Omypayments API.
* Optionally, retrieves and displays the payment link in your application.

**Step 4: Connect Your API**\
Insert your API key into the integration’s settings. Test the connection to ensure the API responds correctly.

**Step 5: Deploy and Monitor**\
Once configured, activate your workflow. Monitor its performance and adjust triggers or actions as needed.


---

# 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.omypayments.com/no-code-integration/getting-started-with-no-code-integration.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.
