Transaction listing
Last updated
Last updated
The RKFL merchant portal is a one-stop solution for all merchant needs. The RKFL merchant portal offers a wide range of features ex: Dashboard, Transaction listing, Shopper listing, Reports, Invoice, Fund, Account, Subscription, etc. Please see the RKFL merchant portal reference here.
The RKFL doesn't publish all the APIs of the merchant portals. However, a few APIs are available to simulate the features on the merchant website.
This API accepts the merchant access token and returns the transaction list in a pagination manner.
The below screenshot display a transaction listing payload from the RKFL merchant portal.
GET
transactions?limit=5&offset=0&from=2022-01-01&to=2022-07-20&timezone=-330
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
limit
Number
The number of records to return is helpful in pagination.
offset
Number
Record starting from, helpful in pagination.
from
Date
Start date format "yyyy-mm-dd"
to
Date
End date format "yyyy-mm-dd"
timezone*
Number
-330
query
String
To search the record. Works on "Oder Id", "userId", "Transaction Id", "nativeAmount", "currency", "merchantId", "stockId", "firstName", "email", and "companyName"
Authorization*
String
"Bearer" + merchant access token