Queue a bulk export of compromised bank check records for your organization.
What this endpoint does
This endpoint submits a bulk data request for compromised bank check records from Payment Fraud Intelligence (PFI). It initiates an asynchronous data collection task that gathers check records matching your query criteria, scoped to your organization's data. Specify a queryRange to retrieve records added within a date window — the recommended pattern for daily collection is from now-1d/d to now/d. Use the dryRun option (at the root level of the request body, not inside input) to preview the record count without creating a task. Only two tasks can run concurrently; additional submissions are placed in a FIFO queue. After submission, use the PFI: Task Status endpoint to poll for completion (no more than once per minute), then the PFI: Pickup Data endpoint to retrieve results. Refer to the PFI: Check Data dictionary for available fields.
Response data
A successful response returns the count of matching records. If records exist and dryRun is not set, a taskId is also returned for use with the PFI: Task Status and PFI: Pickup Data endpoints. If the count is zero, no task is created and no taskId is returned.
