This table associates a given positive pay file with all the bank transactions that exported in the file. |
positive_pay_file_detail_KEY | int (4) | NOT NULL | The primary key for this table. |
positive_pay_file_KEY | int (4) | NOT NULL | Which Positive Pay File does this bank transaction relate to? |
bank_transaction_KEY | int (4) | NOT NULL | The bank transaction for this record |
transaction_status_KEY | int (4) | NOT NULL | The bank transaction status at the time the Postive Pay file was created. The value can only be Live or Voided cuz those are the only two status values that export. |