Purchase Batch File Columns
Field Name | Example Value | Description |
|---|---|---|
Amount | 10050 Integer | The amount of the transaction to be processed. |
Currency | AUD String (3 characters) | The ISO Currency code for the transaction. |
Reference | INV-1234 String (100 characters) | The merchant reference for the transaction. This must be unique. |
Card Holder | Max Smith String (50 characters) | The card holder's name. |
Card Number | 4444333322221111 String (19 characters) | The card number. |
Card Expiry | 09/2032 Date (mm/yyyy) | The card expiry date in mm/yyyy format. |
Token | a348jki String (20 characters) | The card token to be used in place of Card Holder, Card Number and Card Expiry. |
Description | Invoice for EOFY accounts String (255 characters) | The description for the transaction. |
Example File
This file shows an example of a purchase for a new card, and a card on file.
10050,AUD,INV-1234,Zoey Zebra,4444333322221111,09/32,Inv1234
2000,AUD,INV-1235,Zach Zebra,,,abcd1234,Inv1235
Updated 12 days ago