Payment requests

Retrieve bulk payment request import job items

get/payment_requests/bulk_import/{jobId}/items

Path parameters

jobIdstring uuid required

The ID of the bulk payment request import job

The ID of the bulk payment request import job

Query parameters

statusesstring[]

The status of the bulk payment request import job item

  • PENDING: The item is still to be processed.
  • PROCESSING: The item is currently processing.
  • COMPLETED: The item has been processed.
  • FAILED: The item has failed to be processed.

The status of the bulk payment request import job item

  • PENDING: The item is still to be processed.
  • PROCESSING: The item is currently processing.
  • COMPLETED: The item has been processed.
  • FAILED: The item has failed to be processed.
pageinteger

Zero-based page index (0..N)

sizeinteger

The size of the page to be returned

sortstring[]

Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.

Response

Paginated response for the list of bulk payment request import job items

Changes

No recorded changes to this endpoint across all 9 revisions of this API.