Transaction Query

Pazaryeri_TP_Islem_Sorgulama

This method is used in the Marketplace for the merchant to query transactions between certain dates.

Parameter Required Type Length Description
G * Object - ST_WS_Security Object
ETS_GUID * String 36 Marketplace GUID value
GUID_AltUyeIsyeri String 36 Sub-member business's GUID Value (when queried, retrieves all transactions belonging to the sub-member)
PYSiparis_GUID String 36 Marketplace Order GUID Value (provides details about the marketplace order generated in the Param section)
SanalPOS_Islem_ID String - Virtual POS transaction ID (provides all order information related to payment)
Tarih_Bas String 20 Start Date (dd.MM.yyyy HH:mm:ss – 20.11.2015 00:00:00)
Tarih_Bit String 20 End Date (dd.MM.yyyy HH:mm:ss – 20.11.2015 15:15:00)
Siparis_ID String - Order_ID value sent in the Pos_Odeme method (provides information about the order)
CLIENT_CODE * Integer 5 Terminal ID, will be provided by us.
CLIENT_USERNAME * String max 16 Username, will be provided by us.
CLIENT_PASSWORD * String max 11 Password, will be provided by us.

G Object:

Parameter Required Type Length Description
CLIENT_CODE * Integer 5 Terminal ID, will be provided by us.
CLIENT_USERNAME * String max 16 Username, will be provided by us.
CLIENT_PASSWORD * String max 11 Password, will be provided by us.
Parameter Type Length Description
Sonuc Integer 1 Result Value
Sonuc_Str String 150 Description of Result. If Result Parameter > 0, operation is successful; otherwise, it fails.
DT_Bilgi Object 36 Transaction Information
DT_Bilgi Object:
Parameter Type Length Description
PYSiparis_GUID String 36 Result Value
Durum String - Order Status Code
Durum_Str String - Order Status Description
Tutar_Urun String - Product Amount
Tutar_Odenecek String - Amount to be Paid
GUID_AltUyeIsyeri String 36 Sub-Merchant's GUID Value
SanalPOS_Islem_ID String - Virtual POS Transaction ID
Tarih String - Date (dd.MM.yyyy HH:mm:ss – 20.11.2015 15:15:00)
Parameter Required Type Length Description
CLIENT_CODE * Integer 5 Terminal ID, provided by us.
CLIENT_USERNAME * String max 16 Username, provided by us.
CLIENT_PASSWORD * String max 11 Password, provided by us.
<?xml version="1.0" encoding="utf-8"?> <soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<Pazaryeri_TP_Islem_Sorgulama xmlns="https://turkpos.com.tr/">
<G>
<CLIENT_CODE>10738</CLIENT_CODE> <CLIENT_USERNAME>Test</CLIENT_USERNAME> <CLIENT_PASSWORD>Test</CLIENT_PASSWORD>
</G>
<ETS_GUID>0c13d406-873b-403b-9c09-a5766840d98c</ETS_GUID>
<GUID_AltUyeIsyeri>46653e47-6845-416e-a5da-240cd31994d7</GUID_AltUyeIsyeri>
<PYSiparis_GUID>ae050833-f87a-4597-b458-d95ce2a34a93</PYSiparis_GUID>
<SanalPOS_Islem_ID>500000012</SanalPOS_Islem_ID>
<Tarih_Bas>30.12.2020 00:00:00</Tarih_Bas>
<Tarih_Bit>30.12.2020 00:00:00</Tarih_Bit>
</Pazaryeri_TP_Islem_Sorgulama>
</soap:Body>
</soap:Envelope>
<?xml version="1.0" encoding="utf-8"?> <soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<Pazaryeri_TP_Islem_SorgulamaResponse xmlns="https://turkpos.com.tr/">
<Pazaryeri_TP_Islem_SorgulamaResult>
<DT_Bilgi>
<NewDataSet xmlns="">
<DT_Pazaryeri_TP_Islem_Sorgulama diffgr:id="DT_Pazaryeri_TP_Islem_Sorgulama1" msdata:rowOrder="0">
<PYSiparis_GUID>ae050833-f87a-4597-b458-d95ce2a34a93</PYSiparis_GUID>
<Durum>0</Durum>
<Durum_Str>Onay Bekliyor</Durum_Str>
<Tutar_Urun>300.0000</Tutar_Urun>
<Tutar_Odenecek>200.0000</Tutar_Odenecek>
<GUID_AltUyeIsyeri>46653E47-6845-416E-A5DA-240CD31994D7</GUID_AltUyeIsyeri>
<SanalPOS_Islem_ID>500000012</SanalPOS_Islem_ID>
<Tarih>2020-12-30T14:20:58.237+03:00</Tarih>
</DT_Pazaryeri_TP_Islem_Sorgulama>
</NewDataSet>
</DT_Bilgi>
<Sonuc>1</Sonuc>
<Sonuc_Str>Başarılı</Sonuc_Str>
</Pazaryeri_TP_Islem_SorgulamaResult>
</Pazaryeri_TP_Islem_SorgulamaResponse>
</soap:Body>
</soap:Envelope>