Daily Batch Delivery #
Introduction #
Batch is a daily process that places a file on the MYMOVE SFTP server. This file will follow the RFC 4180 standard for Comma Seperated Files (csv), and will be available for retrieval by 5AM EST.
Please provide the following information to MYMOVE in order to get started:
- Company Name
- Company Email
- Company Phone Number
- Public SSH Key
- Public PGP Encryption Key
File Layout #
The number of fields sent will vary by partner, but they will always be named according to our standard convention. The file will be named according to the date. As an example, a file name may be: mymove_20171004175300.csv.pgp
.
Field | Type |
---|---|
registration_id | string |
registration_date | time RFC3339 |
first_name | string |
last_name | string |
string | |
move_date | time RFC3339 |
new_address_line_1 | string |
new_address_line_2 | string |
new_address_city | string |
new_address_state | string |
new_address_postal_code | string |
new_address_postal_code_plus4 | string |
Frequently Asked Questions #
When will my file be available for pickup?
We guarantee the file will be available for pickup by 5AM EST.
What time zone are times listed in?
We use the RFC3339 Standard as the layout for our timestamps. The timezone will be identified after the
Z
character, often spoken Zulu, as an offset from UTC time. If there is no Z character, or a Z character with no suffix, the time is in UTC.
What happens if I cannot connect to the MYMOVE SFTP server?
If you cannot connect, please notify your MYMOVE contact immediately.
How often does MYMOVE change the password or SSH keys for my SFTP account?
MYMOVE has a standard security practice which requires us to change the keys and passwords once a year.
Does my file have to be encrypted?
Yes, your file must be encrypted using PGP. We require that your PGP key have sub keys in order to make expiration, and revokation easier.