Get All Authorizations
The merchant uses this endpoint to fetch refund transaction history. The data output can be filtered using a date range and/or status..
Authorizations
Payaza {{Public API Key in Base 64}}
Path Parameters
Authorization status to filter results (e.g. AUTHORIZED, PENDING, FAILED).
Start date for filtering records, in yyyy-MM-dd HH:mm:ss format.
End date for filtering records, in yyyy-MM-dd HH:mm:ss format.
Page number for paginated results.
The number of records to return per page.
Response
Get All Authorizations Response
Error status (present in error responses).
"ERROR"
Error message details (present in error responses).
"Invalid date format. Use ISO 8601 format (e.g., 2024-01-01T00:00:00)"
List of authorization records.
Current page index (0-based).
0
Number of items per page.
20
Total number of authorization records found.
1
Total number of pages available.
1
Indicates if there is a next page.
false
Indicates if there is a previous page.
false