All transaction orders have supports for bulk fetches view "list" API method. For instance, you can list of all orders.
In order to interact with PAYON's API. First you need to Obtain your API Key. Next generate API's signature for authorization between Merchant and PAYON's server.
Environment
URL
TEST
PRODUCTION
PG Transaction Orders History
POST{{URL}}/pg/orders
These list API share a common structure, taking at least these some parameters fromDate, ToDate, index, limit, merchantId, termId.
Request Body
Name
Type
Description
merchantId
string
Merchant Identification
termId
string
Merchant Terminal Identification
fromDate
string
date format ddmmyyy
toDate
string
date format ddmmyy
index
string
Starting index page
limit
string
A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.