Statements
A review of the statements that Sila sends out to end users and the endpoints associated with statements.
For compliance reasons, end users can expect to receive a statement emailed to them for all of their Sila payment instruments (ex: wallet, virtual account). These include:
- 1 month of transactions per statement
- Customer, not Sila, branding
- Formatted as a PDF
We also have several endpoints from which you can pull statement data:
- /statements: Lists statement delivery attempt details with the option to filter for one specific user.
- /get_statements_data: Obtains historical monthly transaction statement information for all wallets for a specific app. Filtering by user_handle available.
- /get_wallet_statement_data: Gets statement information by date range for a specified wallet.
- /statements/<statement_id>: Allows statements to be resent to end users via email.
- /get_statement_transactions: Lists statement transactions for a single wallet on a specific app.
Updated 12 months ago