Skip to main content

Get a list of resource references to account statements (camt.053)

GET 

/iso20022/statements

Get a list of resource references to available account statements (camt.053) for all accounts covered by the eBanking contract delivered. The referenced account statements comply with the XML schema and implementation guidelines defined by Swiss Payment Standards (SPS).

If the requested period covers multiple days, a separate account statement is provided for each available day and account. If no statements are available for the requested period, an empty list is returned ({"statements": []}).

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.

Request

Responses

List of resource references to ISO20022 XML camt.053 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.