Refund List

v1/transaction/reversal_list

It is used to get the list of cancellation/refund requests made from Paynet.

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

Parameter Name

Type

Required

Description

agent_id

string

No

Paynet Agent Code.

bank_id

char

No

Bank Code.

datab

date

Yes

Start Date.

datbi

date

Yes

End Date.

limit

int

No

The number of the data to return. 10 records returned by default.

ending_before

int

No

It returns the number of records before the specified index. For example, If the ending before is 90 and Limit is 15 it returns records of between 75th and 90th records.

starting_after

int

No

It returns the number of records after the specified index. For example, If Starting after is 15 and Limit is 15 it returns records of between 15th and 30th records.

Last updated