List Processor Attempts
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
account_id
Query parameters
limit
Number of items per page
offset
Number of items to skip
filter
Filter conditions as a JSON string or object. All fields are optional.
- `status` (string)
- `refunded` (boolean)
- `created_at` (string | object)
- `customer_id` (string)
- `payment_intent_id` (string)
- `payment_method_id` (string)
- `credential_source` (string)
- `fallback_reason` (string)
sortBy
Field to sort by
sortOrder
Sort order: 1 for ascending, -1 for descending
search
Keyword-based search across multiple fields
Response
Successful Response
items
total
has_more
Errors
422
Unprocessable Entity Error