Expand description
Account statements — retrieve a customer’s transaction statement.
The Get Statement product (/get-statement-service) generates a
statement asynchronously in two steps:
- Initiate — register the request for an account over a date range. The
bank returns a
referenceIdonce the statement is prepared. - Retrieve — exchange that
referenceIdfor the actual transaction rows.
The transaction rows reuse the shared Transaction type from the account
module.
Structs§
- GetStatement
Request - Request body to retrieve a prepared statement.
- Initiate
Statement Request - Request body to initiate a statement.