Developer Portal
4.8 Create Token Requests**
| Field | Name | Description | Type | Min Length | Max Length | 
|---|---|---|---|---|---|
| 1 | Command | ** Not Supported in this release. | Alpha | N/A | N/A | 
| 2 | Account | Credit card account number. | Number | 15 | 19 | 
| 3 | Expiration | Expiration date. MMYY or MMYYYY | Number | 4 | 6 | 
| 4 | FirstName | First name of cardholder | any | 0 | 64 | 
| 5 | LastName | Last name of cardholder or company name | any | 0 | 64 | 
| 6 | Address | Address of cardholder | any | 0 | 128 | 
| 7 | City | City of cardholder | any | 0 | 128 | 
| 8 | State | State of cardholder, 2 digit abbreviation or 3 character Canadian province | Alpha | 0 | 3 | 
| 9 | Zipcode | Zipcode of cardholder | any | 0 | 9 | 
| 10 | Phone | Phone number of cardholder | Number | 0 | 10 | 
| 11 | Email of cardholder | any | 0 | 128 | |
| 12 | Notes1 | User data up to 64 bytes | any | 0 | 64 | 
| 13 | Notes2 | User data up to 64 bytes | any | 0 | 64 | 
| 14 | Notes3 | User data up to 64 bytes | any | 0 | 64 | 
** Not Supported in this release.
# Sample file template with token delimiter ; <Command>;<Account>;<Expiration>; <FirstName>;<LastName>;<Address>;<City>;<State>;<Zip>;<Phone>; <Email>;<CustomNotesOne>;<CustomNotesTwo>;<CustomNotesThree> # Sample Sale file delimiter ; CCCreatetoken;4012888888881881;1121;John;Doe; 222 Rosewood;Danvers; MA;01923; 8004579932;[email protected];test1;test2;test3

