# Service Provider Flow

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

In case your system acts as a showcase: The client initiates a withdrawal request from your system (for example, to the client's card), the request goes to /check in AGWS, after which AGWS goes to the bank to receive user verification. Upon successful verification, your system initiates a request for /cash-in to the AGWS system, after which AGWS makes a request for replenishment of the amount received and gives the transaction status to your system


---

# 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.tarlanpayments.kz/eng/agws/service-provider-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.
