Receipt

Method Name: TP_Islem_Dekont_Gonder

Allows the receipt to be sent as an e-mail.

Parameter Required Type Lenght Description
G Yes Object - ST_WS_Guvenlik Object
GUID Yes String 36 Key belonging to Merchant
Dekont_ID Yes String - Transaction Receipt ID
E_Posta No String 100 Contact email address
Parameters Type Lenght Description
Sonuc Integer - Transaction Result
Sonuc_Str String - İşlem sonuç açıklama
<?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>
<TP_Islem_Dekont_Gonder xmlns="https://turkpos.com.tr/">
<G>
<CLIENT_CODE>10738</CLIENT_CODE>
<CLIENT_USERNAME>Test</CLIENT_USERNAME>
<CLIENT_PASSWORD>Test</CLIENT_PASSWORD>
</G>
<GUID>0c13d406-873b-403b-9c09-a5766840d98c</GUID>
<Dekont_ID>3000159363</Dekont_ID>
<E_Posta></E_Posta>
</TP_Islem_Dekont_Gonder>
</soap:Body>
</soap:Envelope>
<?xml version="1.0" encoding="utf-8"?> <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<soap:Body>
<TP_Islem_Dekont_GonderResponse xmlns="https://turkpara.com.tr/">
<TP_Islem_Dekont_GonderResult>
<Sonuc>1</Sonuc>
<Sonuc_Str>Başarılı</Sonuc_Str>
</TP_Islem_Dekont_GonderResult>
</TP_Islem_Dekont_GonderResponse>
</soap:Body>
</soap:Envelope>