Customer
Get Customer Requests in a Period of Time
This API allows you to fetch a complete list of customer linked to your app-id. You can filter the results based on multiple query params. This API is paginated. The default is 20 transactions per page.
GET
Get Customer Requests in a Period of Time
Authorizations
A unique identifier assigned to each application.
A secure token associated with the app-id.
Query Parameters
Start date to query payment requests from, format 'DD/MM/YY' or 'YYYY-MM-DDThh:mm:ss'. This datetime would be in UTC timezone
End date to query payment requests, format 'DD/MM/YY' or 'YYYY-MM-DDThh:mm:ss'. The datetime would be in UTC timezone
Page number to query. Currently we support 20 records per page
Default 20 records per page
Get Customer Requests in a Period of Time