@if(!$zohoConnected)
Not Connected to Zoho Books
You need to connect to Zoho Books to generate bank files.
@else
@if($errorMessage)
{{ $errorMessage }}
@endif
@if($successMessage)
{{ $successMessage }}
@endif
How it works:
- Select the date range for vendor payments
- Click "Generate & Download File"
- The system will fetch vendor payments from Zoho Books
- Vendor details including Sort Code and Account Number will be retrieved
- A CSV file with payment details will be generated and downloaded
CSV Format - NatWest Standard Domestic Payment:
- T001: Record type (01 = standard domestic payment)
- T010: Debit account (your company account)
- T014: Payment amount (decimal format, e.g., 166.42)
- T016: Date payment to arrive (DDMMYYYY)
- T022: Beneficiary sort code
- T028: Beneficiary account number
- T030: Beneficiary name
- T034: Payment reference
@endif