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.
You should perform basic authentication with secret_key to use transaction slip service. See more
https://api.paynet.com.tr/v1/transaction/slip
Parameter Name | Type | Required | Description |
xact_id | string | Yes | Encrypted Paynet Transaction Number. |
xact | string | No | Paynet Transaction Number. |
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? |
Last updated