> For the complete documentation index, see [llms.txt](https://developer-tr.hoppacuzdan.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer-tr.hoppacuzdan.com/hoppa-gelistirici-ortami/kurumsal-api/25-integration/2-corporate/20-pos-payment/1-pos-payment-limits.md).

# 1 - Pos Payment Limits

<mark style="color:blue;">`GET`</mark> `https://apigw.elekse.com/api/hoppa/corporate/virtualpos/pospaymentlimits`\
\ <mark style="color:blue;">`GET`</mark> `https://apigw.elekse.com/api/hoppa/corporate/virtualpos/pospaymentlimits/`customerId:{CustomerId}

### Headers

<table><thead><tr><th>Authorization</th></tr></thead><tbody><tr><td><pre><code>Bearer ******************
</code></pre></td></tr></tbody></table>

### Response

<pre class="language-json"><code class="lang-json"><strong>{
</strong>    "ErrorCode": 0,                        // İstek sonucu durumu kod bilgisi.
    "Result": true,    
    "Message": "",                         // İstek sonucu durum bilgisi.
    "Body": {
        "Title": "Aylık Yükleme Limiti",    // Limit açıklaması.
        "Limit": 100.0,                     // Limit tutar bilgisi.
        "Used": 10.00,                      // Kullanılan tutar bilgisi.
        "UsageProportional": 10.00,         // % olarak kullanılan oran bilgisi
        "AvailableLimit": 90.00             // Kullanılabilir tutar bilgisi.
<strong>       }
</strong>}
</code></pre>
