Statements
statements
Methods
The Statements Initiation API allows you to retrieve your payment account statements. The Statement ID can be retrieved by passing the parameters in the 'Statement Initiation' API request ? Format Name, Date Range and Account Number or can pass the Template Name (which was created on File Export UI). This request and response will follow custom XML format with Statement ID.
Content-Type : Supports ?application/xml?.
Authorization : The OAuth Token prefixed with ?Bearer? and space in between.
Account number(s) for which account statement has to be retrieved. If no value is sent by Partner, then the CitiConnect API will send a reject response with the error message to the Partner user. The user can specify multiple accounts as well. Partners can do this using multiple account tags.
Specifies format of statement to be generated. The valid values are SWIFT_MT940 or CAMT_053_001_02 or SWIFT MT942 or CAMT_052_001_02.
Specifies the 'from' date for the statement enquiry. Absolute values with From Date are sent in YYYY-MM-DD format.
Specifies the 'to' date for the statement enquiry. Absolute values with To Date are sent in YYYY-MM-DD format.
Client to send the STR Library name, if itemization data is required.
Unique ID for newly generated statement. This will be used to retrieve the statement file in Statement Retrieval API.
This API call will generate an account statement by using statement initiation StatementId. The request will follow a custom XML format, and the response will contain the Account Statement file in ISO XML camt.053.001.02 or SWIFT MT940 format or camt.052.001.02 or SWIFT MT942 format.
Content-Type : Supports ?application/xml?.
Authorization : The OAuth Token prefixed with ?Bearer? and space in between.