Upload Signature
v1/transaction/upload
This service is used for upload the signature image in base64 format as the transaction confirmation data for your successful transactions that have been paid for.
https://api.paynet.com.tr/v1/transaction/upload
Parameter Name
Type
Required
Description
xact_id
string
Yes
Paynet transaction number.
pars_base64
string
Yes
Converted format of image data to base64.
pars_file_name
string
No
Name of the image data.
Parameter Name
Type
Description
object_name
string
The object name of response API.
message
string
Response result message.
{  
   "xact_id":"xk_EAAAAEwBHM0lIgwZbfPU5TmiHhhc/ARIrakW/9476pYzEyta",
   "pars_base64":"İmza datasının base64'lü hali"
}{  
   "object_name":"file_upload",
   "code":0,
   "message":"Başarılı İşlem"
}System
URL
Live System
https://api.paynet.com.tr/v1/transaction/upload
Test System
https://pts-api.paynet.com.tr/v1/transaction/upload
Last updated
