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.

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.

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

Last updated