Overview
Retrieve detailed information about a specific bank statement by its ID.- Statement Details: Get complete information about a specific bank statement
 - Status Checking: Monitor the processing status of a statement
 - Integration: Fetch statement data for external systems
 - Audit Trail: Access statement processing history
 
Authorizations
API key for authentication
Path Parameters
Bank statement ID
Response
Bank statement retrieved successfully
Bank statement ID
Example:
"bs_123456789"
URL of the bank statement file
Example:
"https://example.com/statement.pdf"
Processing status
Available options: 
processing, completed, failed Example:
"processing"
Creation timestamp
Example:
"2024-01-15T10:30:00Z"
Processing completion timestamp
Example:
"2024-01-15T10:35:00Z"

