Account Updater request files must be in CSV format with a maximum file size of 10 MB.
The format for a request file consists of:
nA header record.
nA detail record with one or more data records, each on a separate line.
nA footer record, which indicates the end of the file.
The header record consists of comma-separated values and uses the fields listed in the following table:
Each file must contain at least one detail record.
Field Name |
Description |
Required or Optional |
Data Type (length) |
Record Identifier |
Constant value indicating the record type. Format: D |
Required |
Alpha (1) |
Card Number |
Card number to process. Format: Numeric |
Required |
Numeric (19) |
Card Expiration Month |
Expiration month of the card. Format: MM |
Required |
Alphanumeric (2) |
Card Expiration Year |
Expiration year of the card. Format: YY |
Required |
Numeric (2) |
Merchant Reference ID |
You can use this field to track your Account Updater request records. If this field is populated, the same value is returned in the Account Updater response file. Format: sampleID2 |
Optional |
Alphanumeric (50) |
BA Sub Merchant ID |
This field is required for billing aggregator merchants only. Format: sampleID2 |
Optional |
Alphanumeric (10) |
Each file should contain only one footer record.
Field Name |
Description |
Required or Optional |
Data Type (length) |
Record Identifier |
Constant value indicating the record type. Format: F |
Required |
Alpha (1) |
H,cybs.au.request.pan,merchant1,001,2,notify@yourcompany.com,2009-03-23,My Jan Batch D,1111222233334444,11,09,0001 D,2222333344445555,11,09,0002 F |
H,cybs.au.request.pan,merchant1,001,2,notify@yourcompany.com,2009-03-23,My Jan Batch D,1111222233334444,11,09,0001,subId01 D,2222333344445555,11,09,0002,subId02 F |