Retrieve all batches that belong to a merchant

Retrieves all batches that belong to the in scope merchant & which pass the specified filters

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

The unique key of the merchant - a case-sensitive series of characters

Query Params
string

Order data by a particular property in ascending or descending order. Uses format 'PropertyName ASC' or 'PropertyName DESC'. Valid columns are 'name', 'createdOn', 'transactions', and 'amount'

string

Only include batches which contain the following substring, wildcharacters implicitly prepended and appended

string
enum

Only include batches which are of the specified type (BatchEntry or CheckDeposit)

Allowed:
string
enum

Only include batches which have the specified status (Open, Validating, ReadyToAllocate, Completed or Rejected)

Allowed:
date-time

Only include batches which have been created after the specified date (UTC)

date-time

Only include batches which have been created before the specified date (UTC)

int32
required

The page parameter (Note: page numbering starts at 0)

int32
required

The page size parameter (Note: default page size is 25)

Responses

400

The server will not process the request due to a client error

401

Request failed because the client was not authorized to perform this action

404

Could not find resource

429

Request was throttled due to too many requests from this client or IP address

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