Search process jobs
Search payment gateway process jobs for the organization
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query parameters
status
Filter jobs by status
Allowed values:
startDate
Start date filter for job creation time
endDate
End date filter for job creation time
orderBy
Field to order jobs by. Defaults to CREATED_AT.
Allowed values:
orderDirection
Direction to order jobs by. Defaults to desc.
Allowed values:
limit
Number of jobs to return. Limit can range between 1 and 100, and the default is 10.
startingAfter
The ID of the job to start after. If not provided, the first page of jobs will be returned.
Response
This endpoint returns an object.
jobs
List of payment gateway process jobs matching the search criteria
hasMore
Whether there are more jobs available beyond the current page