> For the complete documentation index, see [llms.txt](https://developer.gotadi.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.gotadi.com/english/b2b2c-partner/api-method/integration-process.md).

# Integration process

### Before start <a href="#before-start" id="before-start"></a>

Partner provides agent account initialization information on Sandbox environment

#### Company information: <a href="#company-information" id="company-information"></a>

* Company name
* Company address
* Website address
* Tax code

#### Administrator information: <a href="#administrator-information" id="administrator-information"></a>

* Full name
* Email address
* Phone number

#### Connection information: <a href="#connection-information" id="connection-information"></a>

* Link to partner’s system: Product link, payment gateway link, …

### Set up the integration environment <a href="#set-up-the-integration-environment" id="set-up-the-integration-environment"></a>

Gotadi creates an agent account, an integrated environment (Sandbox) based on the information provided and sends it back to the partner:

* Agent account: Link portal, username, password.
* API Gateway
* API key

Set up a technical exchange group (skype) to solve problems arising during the integration process

### Integrating. <a href="#integrating" id="integrating"></a>

Partners conduct the integration on the Sandbox environment provided by Gotadi

### Acceptance and release the service. <a href="#acceptance-and-release-the-service" id="acceptance-and-release-the-service"></a>

* **Step 1:** Product acceptance on Sandbox environment
* **Step 2:** Gotadi provides reseller account and live environment integration information
* **Step 3:** Setup White list IP for API gateway live environment
* **Step 4:** Product acceptance on Live and launching environment


---

# 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://developer.gotadi.com/english/b2b2c-partner/api-method/integration-process.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.
