# INTEGRATION

- [Overview](https://devcenter.unico.io/unico-idpay/en/integration/overview.md): In this section, you will find an overview of the IDPay product integration.
- [Authentication](https://devcenter.unico.io/unico-idpay/en/integration/authentication.md): In this section, you will find all the technical specifications on how to authenticate in order to use the REST APIs of the Unico IDPay product.
- [Creating a Service Account](https://devcenter.unico.io/unico-idpay/en/integration/authentication/creating-a-service-account.md): In this section, you will find how to create a service account to authenticate in the Unico IDPay product.
- [Preparing to make an authenticated request to the API](https://devcenter.unico.io/unico-idpay/en/integration/authentication/preparing-to-make-an-authenticated-request-to-the-api.md): In this section, you will find how to perform the authentication process for the Unico IDPay product.
- [Additional resources](https://devcenter.unico.io/unico-idpay/en/integration/authentication/additional-resources.md): In this section, you will find additional resources related to authentication.
- [Example in JavaScript](https://devcenter.unico.io/unico-idpay/en/integration/authentication/additional-resources/example-in-javascript.md): In this section, you will find an implementation example of the authentication for the Unico IDPay product.
- [Authentication Errors](https://devcenter.unico.io/unico-idpay/en/integration/authentication/additional-resources/authentication-errors.md): In this section, you will find the possible errors that may occur when trying to authenticate with the Unico IDPay product.
- [Postman Collection](https://devcenter.unico.io/unico-idpay/en/integration/authentication/additional-resources/postman-collection.md): In this section, you will find the Postman collection for the REST API to authenticate with the Unico IDPay product.
- [APIs](https://devcenter.unico.io/unico-idpay/en/integration/apis.md): In this section, you will find everything related to the Unico IDPay APIs.
- [API Reference](https://devcenter.unico.io/unico-idpay/en/integration/apis/api-reference.md): In this section, you will find all the available endpoints for the Unico IDPay product.
- [Payment transactions](https://devcenter.unico.io/unico-idpay/en/integration/apis/api-reference/payment-transactions.md): In this section, you will find all the technical specifications of the IDPay product REST APIs for managing payment transactions.
- [Chargeback](https://devcenter.unico.io/unico-idpay/en/integration/apis/api-reference/chargeback.md): In this section, you will find all the technical specifications of the IDPay product REST APIs for managing chargeback transactions
- [Credit card onboarding](https://devcenter.unico.io/unico-idpay/en/integration/apis/api-reference/credit-card-onboarding.md): In this section, you will find all the technical specifications of the IDPay product REST APIs for managing credit card onboarding transactions
- [Errors](https://devcenter.unico.io/unico-idpay/en/integration/apis/errors.md): In this section, you will find an overview of the errors you may receive from the endpoints of the Unico IDPay product
- [Enumerated](https://devcenter.unico.io/unico-idpay/en/integration/apis/enumerated.md): In this section, you will find all the enumerations related to the Unico IDPay product
- [Webhook](https://devcenter.unico.io/unico-idpay/en/integration/webhook.md): In this section, you will find information about how the Webhook works for the Unico IDPay product.
- [Controlling the experience](https://devcenter.unico.io/unico-idpay/en/integration/controlling-the-experience.md): In this section, you will find all the technical specifications of the SDKs available in the Unico IDPay product.
- [Overview](https://devcenter.unico.io/unico-idpay/en/integration/controlling-the-experience/overview.md): In this section, you will find an overview of how the Unico IDPay product SDK works.
- [Requirements](https://devcenter.unico.io/unico-idpay/en/integration/controlling-the-experience/requirements.md): In this section, you will find all the requirements to use the Unico IDPay product.
- [Mobile](https://devcenter.unico.io/unico-idpay/en/integration/controlling-the-experience/mobile.md)
- [Android](https://devcenter.unico.io/unico-idpay/en/integration/controlling-the-experience/mobile/android.md)
- [Flutter](https://devcenter.unico.io/unico-idpay/en/integration/controlling-the-experience/mobile/flutter.md): In this section, you will find how to implement the webview in Flutter for using the Unico IDPay product.
- [iOS](https://devcenter.unico.io/unico-idpay/en/integration/controlling-the-experience/mobile/ios.md)
- [WKWebView](https://devcenter.unico.io/unico-idpay/en/integration/controlling-the-experience/mobile/ios/wkwebview.md): In this section, you will find how to implement the webview on iOS using WKWebView.
- [ASWebAuthenticationSession](https://devcenter.unico.io/unico-idpay/en/integration/controlling-the-experience/mobile/ios/aswebauthenticationsession.md): In this section, you will find how to implement the webview in iOS using ASWebAuthenticationSession.
- [Web](https://devcenter.unico.io/unico-idpay/en/integration/controlling-the-experience/web.md): In this section, you will find how to implement iFrame and Redirect in your web application for using the Unico IDPay product.
- [SDK](https://devcenter.unico.io/unico-idpay/en/integration/controlling-the-experience/web/sdk.md): In this section, you will find how to implement the Unico SDK in your web application for using the Unico IDPay product.
- [Redirect (deprecated)](https://devcenter.unico.io/unico-idpay/en/integration/controlling-the-experience/web/redirect-deprecated.md): In this section, you will learn how to implement Redirect in your web application for using the Unico IDPay product.
- [Customizations](https://devcenter.unico.io/unico-idpay/en/integration/customizations.md): In this section, you will find all the available customizations for the Unico IDPay product.


---

# 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://devcenter.unico.io/unico-idpay/en/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.
