Statements

statements

Methods

The Statements Initiation API Allows You To Retrieve Your Payment Account Statements -> { statementId, xmlns, xmlns:soapenv }
post/v1/statement/initiation

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.

Retrieve The Account Details For A Specific Account -> { statementStream, attachmentDecryptionKey, fileCheckSum, 4 more... }
post/v1/statement/retrieval

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.

Security
Body parameters
statementId: string

ID of statement to download.

xmlns?: string
Response fields
statementStream: { xop }

Statement binary stream...

attachmentDecryptionKey?: string

Required to decrypt the attachment content.

fileCheckSum?: string

Contains sha512 hash value of the statement file. It can be used to verify whether the file is not corrupted.

statementId?: string

ID of statement that was passed in request to retrieve the Statement file.

xmlns?: string
xmlns1:?: string
xmlnssoapenv?: string
Request example
200Example