Get Detailed List of an Account Updater Request

Retrieves and filters information on all cards sent in one specified Account Updater request, including responses for each. Optional query parameters determine the size and sort order of the returned array. Use response_code to filter the response to show only cards that have been updated.

Note: This operation is intended for merchant account use, and it requires special permissions. Contact Qualpay Support to enable it.

Path Params
int64
required

The ID of the Account Updater request, returned in the request_id field when the Account Updater request was created.

Query Params
int32
1 to 100
Defaults to 10

The number of records displayed in the result.

string
Defaults to request_date

The field that should be used to sort the results. Refer to the response model for available fields.

string
Defaults to desc

How the system should use the order_on value to sort the result. Specify asc (ascending sort order) or desc (descending sort order).

int32
Defaults to 0

Zero-based page number. When there are more results than the count parameter, use this to select the page to display.

filter
array of strings

Results can be filtered by custom criteria. Refer to Filters to use the filter parameter.

filter
Responses

Language
Credentials
Basic
base64
:
URL
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json