Transaction List

v1/transaction/list

It is used to get the transaction lists made from Paynet.

You should perform basic authentication with secret_key to use transaction detail service. See more

Parameter Name

Type

Required

Description

agent_id

string

No

Paynet Dealer Code.

bank_id

char

No

Bank Code.

user_id

string

No

User Information that made transaction.

datab

date

Yes

Start Date.

datbi

date

Yes

End Date.

show_unsucceed

bool

No

If this parameter is “true” then it returns both of the successful and unsuccessfull transactions. Default is false.

untransferred

bool

No

You can use this parameter to exclude transactions that you have marked as transferred with the mark_transferred service.

limit

int

No

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

ending_before

int

No

It returns the number of records before the specified index. Example, If 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. Example, If Starting after is 15 and Limit is 15 it returns records of between 15th and 30th records.

Last updated