List Returns

Retrieve a filtered and paginated list of ACH return records matching the specified search criteria.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params

Details required to retrieve all returns.

criteria
object
required
int64

The total count of records that should be returned. Default limit: 100. Acceptable range: between 1 and 100.

int64

Id of the last record returned with the current call. To filter by offset, sort by id is required i.e. either ASC or DESC sort by id.

int64

Page number for which the records should be returned.

int64

Number of records to be returned per page. Default limit: 100.

boolean

To get, in response, the total count of the records that can be fetched using the filter in API request.

sortOptions
object
Headers
string
enum
required

This is a mandatory field, user must provide input either 'ALWAYS' or 'NEVER'. 'NEVER' - For immediate response, 'ALWAYS' - For later response.

Allowed:
Responses

400

The request could not be processed. Check for missing required fields, invalid values, or incorrect data formats.

401

Authentication failed. Verify that the Authorization header contains a valid Bearer token.

403

The authenticated user does not have permission to perform this operation.

500

An unexpected error occurred on the Passport server while processing the request.

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json