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

Pre-Authorization Cancellation

v1/transaction/preauth_reversal

It is used to cancel pre-authorized credit card transactions.

Parameter Name

Type

Required

Description

xact_id

string

Yes

Process id.

Parameter Name

Type

Description

object_name

string

The object name of response API.

code

string

The code of response result. Expr

message

string

Response result message.

{  
   "xact_id":"xk_EAAAANFhOW7SioFxO8LHPMruxp0hX3wE8NmJSmGUD*W3uISj"
}
{  
   "object_name":"transaction_preauth_reversed_request",
   "code":0,
   "message":"Başarılı İşlem"
}

System

URL

Live System

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

Test System

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

Last updated