Skip to main content
GET
Get Nostro Account statement page

Overview

Retrieves content of the Nostro account statement for the indicated account, statement type and date.

Response Formats

  • XML Format (default): Statement content provided as an ISO account statement message
  • JSON Format: For camt.054 statements only - returns a paginated transaction list
    • Requires setting Accept header to application/json

Statement Types

SCT Payments Servicing Nostro Account

  • camt.053.001.08 - Account balance statement
  • camt.054.001.05 - Account debit/credit notification

INSTANT SEPA Payments Servicing Nostro Account

  • camt.052.001.06 - Account balance statement
  • camt.054.001.05 - Account debit/credit notification

Headers

Accept
string
default:application/xml

Path Parameters

iban
string
required

Statement IBAN.

type
enum<string>
required

Statement type code.

Available options:
CAMT_052,
CAMT_053,
CAMT_054,
CAMT_054D,
CAMT_054_LB_O
date
string<date>
required

Statement end of day date.

Query Parameters

page
integer<int32>

Page Number. Default is 1

transactionSize
integer<int32>

How many transactions should be returned. Only relevant for JSON response and camt.054 statement. Default is 1

transactionPage
integer<int32>

Which transaction page should be returned. Only relevant for JSON response and camt.054 statement. Default is 1

Response

Page content

The response is of type string<byte>.

Last modified on September 26, 2025