For the complete documentation index, see llms.txt. This page is also available as Markdown.

Transaction Slip

v1/transaction/slip

It is the service that allows you to use when you want to get a slip about your successful transactions. Opens the page where the "url" slip information returned in the return parameters can be displayed.

Parameter Name

Type

Required

Description

xact_id

string

Yes

Encrypted Paynet Transaction Number.

xact

string

No

Paynet Transaction Number.

email

string

No

The e-mail address to which the slip is going to be sent. This field is required if the send_mail parameter is true.

send_mail

bool

No

Is email will be send?

phone

string

No

The phone number to which the slip is going to be sent. This field is required if the send_sms parameter is true.

send_sms

bool

No

Is sms will be send?

Parameter Name

Type

Description

object_name

string

The object name of response API.

code

string

The code of response result. See more

message

string

Response result message.

url

string

The url address that you can see your slip.

{  
   "xact_id":"xk_EAAAAEwBHM0lIgwZbfPU5TmiHhhc/ARIrakW/9476pYzEyta",
   "email":"mail@paynet.com.tr",
   "send_mail":"true"
}
{  
   "url":"https://pts.paynet.com.tr/S/PaynetSlip?xact_id=xk_EAAAAEwBHM0lIgwZbfPU5TmiHhhc/***********;companyCode=****&agentID=****",
   "object_name":"transaction_slip",
   "code":0,
   "message":"Başarılı İşlem"
}

System

URL

Live System

https://api.paynet.com.tr/v1/transaction/slip

Test System

​https://pts-api.paynet.com.tr/v1/transaction/slip

Last updated