# Marketplace Implementation

<figure><img src="/files/9GFpkjhqPKWaIyNabJit" alt=""><figcaption></figcaption></figure>

### Steps

The iyzico marketplace solution primarily encompasses the collection and settlement processes. The integration involves three key steps, as outlined below:

1. [Submerchant](/en/products/marketplace/marketplace-implementation/submerchant.md)
2. [Online Payment](/en/products/marketplace/marketplace-implementation/online-payment.md)
3. [Approval](/en/products/marketplace/marketplace-implementation/approval.md)

To facilitate fund transfers to sellers (submerchants), it is necessary to register these sellers with iyzico API through a one-time registration process. Upon registering the submerchant seller with iyzico, the merchant receives a unique **subMerchantKey** in the response.&#x20;

During the payment process, the corresponding **subMerchantKey** for each product's seller in the shopping cart must be provided, along with the specific amount to be transferred to the seller (**subMerchantPrice**).


---

# 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.iyzico.com/en/products/marketplace/marketplace-implementation.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.
