# Retrieve customer workflow settings Endpoint: GET /customers/{id}/workflow_settings Version: 1.0.0 Security: Biller Access Token (Staging), Biller Access Token (Production) ## Path parameters: - `id` (string, required) The id of the customer to get workflow settings for ## Response 200 fields (application/json): - `autoCollect` (object, required) Auto-collect workflow settings - `autoCollect.isEnabled` (boolean, required) Indicates whether auto-collect workflow is enabled - `autoCollect.isDefault` (boolean, required) Indicates whether auto-collect is the default workflow - `autoCollect.pauseCollection` (boolean) When true, payment collection is paused. While paused, no automatic retries or scheduled collection attempts will occur. Example: true - `autoCollect.resumeCollectionAt` (string) The timestamp when automatic collection should resume. If null, collection remains paused until updated manually. Example: "2025-01-15T10:00:00Z" - `onDemand` (object, required) On-demand workflow settings - `onDemand.isEnabled` (boolean, required) Indicates whether on-demand workflow is enabled - `onDemand.isDefault` (boolean, required) Indicates whether on-demand is the default workflow - `customerStatement` (object, required) Customer statement workflow settings - `customerStatement.isEnabled` (boolean, required) Indicates whether customer statement workflow is enabled ## Response 400 fields ## Response 401 fields ## Response 500 fields