Transaction Orders History
All transaction orders have supports for bulk fetches view "list" API method. For instance, you can list of all orders.
Last updated
Was this helpful?
All transaction orders have supports for bulk fetches view "list" API method. For instance, you can list of all orders.
Last updated
Was this helpful?
In order to interact with PAYON's API. First you need to . Next generate for authorization between Merchant and PAYON's server.
Environment
URL
TEST
PRODUCTION
POST
{{URL}}/pg/orders
These list API share a common structure, taking at least these some parameters fromDate, ToDate, index, limit, merchantId, termId.
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.