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

Auto Login

v1/agent/autologin

It allows you to automatically log in to odeme.paynet.com.tr system via API.

Parameter Name

Type

Required

Description

user_name

string

Yes

Paynet user name

agent_id

string

Yes

Paynet agent code

Parameter Name

Type

Description

url

string

The URL address that will allow you to automatically log in to your odeme.paynet.com.tr account

object_name

string

Object name of the returned API

code

string

The code of the return result. See

message

string

Description of the return result code

{  
   "agent_id":"1001",
   "user_name":"paynet"
}
{
    "url": "https://pts.paynet.com.tr",
    "object_name": "auto_login",
    "code": 0,
    "message": "Başarılı İşlem"
}

System

URL

Live System

https://api.paynet.com.tr/v1/agent/autologin

Test System

https://pts-api.paynet.com.tr/v1/agent/autologin

Last updated