Transaction Marking
v1/transaction/mark_transferred
When transferring Paynet transactions to your own system, if you want only records that have not been transferred from the list service, you can mark that transaction as transferred with this service.
You should perform basic authentication with secret_key to use transaction mark service. See more
Parameter Name
Type
Required
Description
xact_id
string
Yes
Paynet Transaction Number.
document_no
string
No
Document Number.
amount
decimal
No
Transaction Amount.
currency
string
No
Currency of the transaction amount.
exchange_rate
decimal
No
Exchange Rate.
Parameter Name
Type
Description
object_name
string
The object name of response API.
message
string
Response result message
{
xact_id: "xk_EAAAAAh7VYf9HG4+GR9ezqiMWAA8PY6P4eroE4BUUHRCLxGO"
}{  
   "object_name":"transaction_mark_transferred",
   "message":"Başarılı İşlem",
   "code":0
}System
URL
Live System
https://api.paynet.com.tr/v1/transaction/mark_transferred
Test System
https://pts-api.paynet.com.tr/v1/transaction/mark_transferred
Last updated
