Search process jobs

Search payment gateway process jobs for the organization

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Query parameters

statusenumOptional
Filter jobs by status
Allowed values:
startDatedatetimeOptional
Start date filter for job creation time
endDatedatetimeOptional
End date filter for job creation time
orderByenumOptional

Field to order jobs by. Defaults to CREATED_AT.

Allowed values:
orderDirectionenumOptional
Direction to order jobs by. Defaults to desc.
Allowed values:
limitintegerOptional
Number of jobs to return. Limit can range between 1 and 100, and the default is 10.
startingAfterstringOptional
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.
jobslist of objects
List of payment gateway process jobs matching the search criteria
hasMoreboolean
Whether there are more jobs available beyond the current page

Errors