Escrow Status Update
v1/transaction/escrow_status_update
Last updated
v1/transaction/escrow_status_update
Last updated
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
You need to post at least one of the xact_id or xact.
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.
agent_id
string
No
The area where the main company will determine which dealer it will pay to.
agent_amount
decimal
No
It is the information on how much of the amount sent in the first payment record of the parent company will be transferred to the dealer.
Parameter Name
Type
Description
object_name
string
The object name of response API.
code
string
The code of response result. See more
message
string
Response result message.
System
URL
Live System
https://api.paynet.com.tr/v1/transaction/escrow_status_update
Test System
https://pts-api.paynet.com.tr/v1/transaction/escrow_status_update