Search (Sale, Void, Return)
To search and return a listing of Sale, Void, or Return transactions in CSV format with page numbers leverage the search endpoints.
Endpoint to create a CSV export: POST
https://sandboxsalesapi.connexpay.com/api/v1/Search/Sales/{exportable}
Endpoint to create a CSV export with page numbers:
https://sandboxsalesapi.connexpay.com/api/v1/Search/Sales/{exportable}/{pageNumber}
Endpoint to create a CSV export with page numbers and a page size: POST
https://sandboxsalesapi.connexpay.com/api/v1/Search/Sales/{exportable}/{pageNumber}/{pageSize}
Updated almost 2 years ago