Skip to main content

Module statement

Module statement 

Source
Expand description

Account statements — retrieve a customer’s transaction statement.

The Get Statement product (/get-statement-service) generates a statement asynchronously in two steps:

  1. Initiate — register the request for an account over a date range. The bank returns a referenceId once the statement is prepared.
  2. Retrieve — exchange that referenceId for the actual transaction rows.

The transaction rows reuse the shared Transaction type from the account module.

Structs§

GetStatementRequest
Request body to retrieve a prepared statement.
InitiateStatementRequest
Request body to initiate a statement.