Escrow Status Update

v1/transaction/escrow_status_update

It is the service where the transaction will be approved or disapproved in escrow transactions.

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

Parameter Name

Type

Required

Description

xact_id*

string

Yes

Paynet Transaction Id.

xact*

int

Yes

Unencrypted Paynet Transaction Id.

note

string

No

It is the note you will receive confirming or rejecting the transaction. Must be a maximum of 256 characters.

status

int

Yes

You need to write "2" if you approve the transaction, "3" if you reject it.

You need to post at least one of the xact_id or xact.

Last updated