> For the complete documentation index, see [llms.txt](https://devcenter.unico.io/unico-idpay/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://devcenter.unico.io/unico-idpay/integracao/controlando-a-experiencia/visao-geral.md).

# Visão Geral

## Introdução

O **Unico IDPay** oferece uma integração simples e rápida. Atualmente trabalhamos utilizando como padrão de integração em aplicativos (mobiles ou web) através do uso de Webview, SDK e Redirect. Esse padrão potencializa a segurança do seu negócio e dos seus clientes, assim abstraindo a complexidade de manipulação da câmera do dispositivo dos usuários e a captura da selfie.

Em nossa REST API, oferemos os métodos para geração de link de integração que podem ser abertos e controlados pelos aplicativos.

## Gerando Dados na API

Antes de avançar para os detalhes de integração no seu aplicativo ou website, é fundamental iniciar pela **integração com a nossa API**. Nesse processo, dois pontos principais serão utilizados:

1. **Criar Transação (CreateTransaction)**
   * Certifique-se de preencher o campo **redirectUrl**, que será essencial para o fluxo da integração.

Após essa etapa inicial, você estará pronto para prosseguir com a integração no aplicativo ou website.

É importante lembrar que, ao finalizar todo o fluxo, será necessário **obter o resultado da transação** por meio da nossa API para garantir o encerramento correto do processo.

{% hint style="info" %}
Você pode utilizar a API em um ambiente de homologação para testar as funcionalidades evitando afetar seu entorno produtivo.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://devcenter.unico.io/unico-idpay/integracao/controlando-a-experiencia/visao-geral.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
