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 filter options including start and end date and user_handle.
- /get_statements_data: Returns transaction statement information for a single month for the specified user_handle.
- /get_wallet_statement_data: Returns transaction data for a specified date range for a single wallet. Not recommended for pulling a higher volume of transactions - see /get_statement_data instead.
- /statements/<statement_id>: Resends statements to end users via email.
- /get_statement_transactions: Returns transaction data for a specified wallet on a specific app. Can filter for a specific month. Recommended endpoint for pulling a higher volume of transactions.
Updated 5 days ago