Autogiro payment initiation

The Autogiro payment initiation is a standard file format defined by Bankgirot. FinDock uses this file format for native direct debit processing with Autogiro.

Autogiro payment initiation structure

The Autogiro payment initiation format defines a fixed-width (80-character) file structure with the following records:

  • TK01 - opening record defines the file and the originator
  • TK82 - each transaction is a TK82 record (incoming payment)

Autogiro payment initiation field mapping

The following table outlines how Salesforce data is mapped to Autogiro payment initiation records.

TK01 record mapping

PositionContentsMapping
1-2Transaction codeN/A, always 01
3-10Date writtenFile generation date, YYYYMMDD
11-18Layout nameN/A, always AUTOGIRO
19-62Reserved fieldN/A
63-68Payees's customer numberCustomer Number from target on payment schedule
69-78Payees's Bankgiro numberBankgiro number from target on payment schedule
79-80Reserved fieldN/A

TK82 record mapping

PositionContentsMapping
1-2Transaction codeN/A, always 82
3-10Payment dateCollection Date from payment schedule
11Period codeN/A, always 0
12-14Number of recurring paymentsN/A
15Reserved fieldN/A
16-31Payer numberMandate Id from installment
32-43AmountAmount from installment in öre
44-53Payee's Bankgiro numberBBAN from target on payment schedule
54-69ReferenceFinal Payment Reference from installment
70-80Reserved fieldN/A

Was this page helpful?