# 3 - Start Payment

<mark style="color:green;">`POST`</mark> `https://apigw.elekse.com/api/hoppa/corporate/virtualpos/startpayment`

### Headers

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

### Body

```json
{
    "AccountId": 12345,
    "Amount": 100,
    "CardCvv": "053",
    "CardExpireMonth": "12",
    "CardExpireYear": "2027",
    "CardNumber": "9792100000000001",
    "CardOwnerTitle": "Ad Soyad",
    "CustomerReferenceNumber": "50730asd06c-bd08-46c1-91sdgb4-bc1bf40dcc50" ,
    "CommissionIsIn": true,
    "CustomerResponseUrlSuccess": "https://******/basarili",
    "CustomerResponseUrlFail": "https://******/hatali"
}
```

<table><thead><tr><th width="357">Feild</th><th>Description</th></tr></thead><tbody><tr><td>AccountId (int)</td><td>Müşterinin Hoppada ki hesap ID bilgisi</td></tr><tr><td>CardOwnerTitle (string)</td><td>Kart üzerinde ki isim bilgisi.</td></tr><tr><td>CardNumber (string)</td><td>Kart numarası bilgisi.</td></tr><tr><td>CardExpireMonth (string)</td><td>Kartın son kullanım ay bilgisi.</td></tr><tr><td>CardExpireYear (string)</td><td>Kartın son kullanım yıl bilgisi.</td></tr><tr><td>CardCvv (string)</td><td>Kart güvenlik kodu bilgisi.</td></tr><tr><td>Amount (decimal)</td><td>Ödeme tutar bilgisi.</td></tr><tr><td>CustomerReferenceNumber (GUID)</td><td>Ödeme için oluşturulan benzersiz referans numarası bilgisi.</td></tr><tr><td>CommissionIsIn (bool)</td><td>Kesilen komisyonun ödeme tutarı içerisinde mi yoksa ödeme tutarı haricinde mi olması gerektiği bilgisi.</td></tr><tr><td>CustomerResponseUrlSuccess (string)</td><td>3d güvenlik kontrolünden sonra işlem başarılıysa yönlendirilecek link</td></tr><tr><td>CustomerResponseUrlFail (string)</td><td>3d güvenlik kontrolünden sonra işlem başarısız ise yönlendirilecek link</td></tr></tbody></table>

### Response

<table><thead><tr><th width="222">Feild</th><th>Description</th></tr></thead><tbody><tr><td>ErrorCode</td><td>İstek sonucu durumu kod bilgisi.</td></tr><tr><td>Result</td><td>İstek sonucu durum bilgisi.</td></tr><tr><td>Message</td><td>3D ile ödeme linki.</td></tr></tbody></table>


---

# 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-tr.hoppacuzdan.com/hoppa-gelistirici-ortami/kurumsal-api/25-integration/2-corporate/20-pos-payment/3-start-payment.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.
