Skip to content

truelayer generates duplicate transactions #142

@markferry

Description

@markferry

Truelayer FAQ: Why are transaction_ids subject to change?

Should probably use normalised_provider_transaction_id but it is an optional field.

TX_MANDATORY_ID_FIELDS = ("transaction_id",)
TX_OPTIONAL_ID_FIELDS = (
"normalised_provider_transaction_id",
"provider_transaction_id",
)

cmp = ReferenceDuplicatesComparator(TX_MANDATORY_ID_FIELDS)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions