# Process Flow

This sequence diagram illustrates an APM transaction process. The customer pays with APM, prompting the merchant to create a session with Converge Gate. Converge Gate returns a session ID and redirect URL, which the merchant uses to redirect the customer to APM. The APM processes the transaction with the bank, receives the result, and redirects the customer to the success URL. Finally, the merchant retrieves the session ID from Converge Gate to update the transaction status.

<figure><img src="/files/Asjxsrdx2ITAv9UysWqj" alt=""><figcaption></figcaption></figure>


---

# 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://developer.convergegate.com/legacy/apm-checkout-blik/overview/process-flow.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.
