Transaction Query

Pazaryeri_TP_Islem_Sorgulama

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


Parameter Required Type Length Description
G * Object - ST_WS_Guvenlik Object
ETS_GUID * String 36 Marketplace GUID Value
GUID_AltUyeIsyeri String 36 GUID of the sub-merchant
PYSiparis_GUID String 36 Marketplace Order GUID Value
SanalPOS_Islem_ID String - VirtualPOS transaction ID
Tarih_Bas String 20 Starting 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)

G Object:

Parameter Required Type Length Description
CLIENT_CODE * Integer 5 Terminal ID will be forwarded by us.
CLIENT_USERNAME * String max 16 Username will be transmitted by us.
CLIENT_PASSWORD * String max 11 Password will be transmitted by us.
Parameter Type Length Description
Sonuc Integer 1 Result Value
Sonuc_Str String 150 Result Description, Sonuc_Ack Parameter > 0 Operation Successful, otherwise failed.
DT_Bilgi Object 36 Transaction information
<?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>84715A8E-14D3-47B5-80F0-B833D8DE1057</GUID_AltUyeIsyeri>
<PYSiparis_GUID></PYSiparis_GUID>
<SanalPOS_Islem_ID>0</SanalPOS_Islem_ID>
<Tarih_Bas></Tarih_Bas>
<Tarih_Bit></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>


DT_Bilgi Object:
Parameter Type Length Description
PYSiparis_GUID String 36 Marketplace Order GUID Value
Durum String - Order Status code
Durum_Str String - Order status description
Tutar_Urun String - Amount of the total product
Tutar_Odenecek String - Amount to be paid
GUID_AltUyeIsyeri String 36 GUID of the sub-merchant
SanalPOS_Islem_ID String - VirtualPOS transaction ID
Tarih String - Date (dd.MM.yyyy HH:mm:ss – 20.11.2015 15:15:00)