Import-Payment-File.md
... ...
@@ -5,7 +5,7 @@ Go to **Extracts > Payment File Import**
5 5
To do this the import file must be correctly formatted.
6 6
7 7
- It must be a .CSV file
8
-- Column 1 is the Date [DD/MM/YYYY]
8
+- Column 1 is the Date [YYYY-MM-DD] the date format must be international format YYYY-MM-DD. The system is very picky on this and depending on how you prepare the file it may default to another format so please make sure you switch it back before saving
9 9
- Column 2 is (optional) ProviderRef [text]
10 10
- Column 2 is AltParentID and must match a Parent Reference Number (Parent > Direct Debit) [number]
11 11
- Column 3 is the amount [decimal]
... ...
@@ -13,6 +13,6 @@ To do this the import file must be correctly formatted.
13 13
Example :
14 14
15 15
| Date | ProviderRef | AltParentID | Amount|
16
-| 04/09/17 | Transfered from XXX | 757 | 100 |
17
-| 04/09/17 | Transfered from ABC | 127 | 99.50 |
18
-| 04/09/17 | Transfered from XYZ | 29 | 85 |
16
+| 2017-09-04 | Transfered from XXX | 757 | 100 |
17
+| 2017-09-04 | Transfered from ABC | 127 | 99.50 |
18
+| 2017-09-04 | Transfered from XYZ | 29 | 85 |