Skip to main content

Get a list of resource references to account reports (camt.052)

GET 

/iso20022/reports

Returns a paginated list of resource references to available account reports (camt.052) generated since the last End-of-Day (EOD) processing. Only intraday reports created after the most recent EOD cycle are included. If no reports are available since the last EOD, return an empty list: {"reports": []}.

Pagination is supported through the cursor and limit query parameters. When additional results are available, the X-Next-Cursor response header contains the cursor value for the next page of results. The returned account reports must conform to the XML schema and implementation guidelines defined by Swiss Payment Standards.

Request

Responses

List of resource references to ISO20022 XML camt.052 messages.

Response Headers
    X-Correlation-ID

    Service User defined ID from request to correlate HTTP requests between a Service User and a Service Provider.

    X-Next-Cursor

    An opaque string value used for pagination. Include this value in the cursor parameter of the subsequent request to fetch the next page of results. An empty string indicates that there are no more results.