Stripe-Style Exports
Configure Reconify for PSP exports that already use minor units.
Many PSP exports store amounts as minor units.
sources:
stripe:
file_pattern: "data/stripe/*.csv"
parser:
type: csv
date_col: "created"
date_layout: "2006-01-02"
amount_col: "amount"
multiplier: 1
currency_col: "currency"
ref_col: "id"
name_col: "description"Common adjustments
If the export date includes a timestamp, set date_layout to match the exact source shape.
If the file contains multiple amount fields, choose the field that represents the value you expect the bank or ledger to reconcile against.
If fees are separate from gross amount, reconcile against the settlement amount when comparing to a bank statement.