Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.younegotiate.com/llms.txt

Use this file to discover all available pages before exploring further.

Real-World Example

ABC Collections sends a consumer placement file to an SFTP folder every night. The creditor configures the SFTP connection once in the portal. When the scheduled import runs, the system should connect to the saved SFTP location, find the correct file, and import it into ABC Collections’ account.

Visual Flow

How It Should Work

  • It should allow the creditor to configure secure file transfer details.
  • Automated imports should use the correct connection and account mapping.
  • Connection details should be handled securely.

How It Should Not Work

  • It should not expose connection credentials to unauthorized users.
  • It should not import files from the wrong connection.
  • It should not continue using a disabled or invalid connection.

Developer Notes

  • Connection credentials should be treated as sensitive and shown only to authorized users.
  • Automated imports should use the correct creditor connection and file mapping.
  • app/Livewire/Creditor/SftpConnection
  • app/Console/Commands/ImportConsumersViaSFTPCommand.php
Last modified on May 25, 2026