Skip to content
This repository has been archived by the owner on Feb 25, 2022. It is now read-only.

Ignore refunds if it was only an credit card authorization #47

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

gitviola
Copy link
Owner

Problem explained

The idea here is that when you ignore pending transactions, there might be credit card authorizations (where you will get back the money a few days later) which will be ignored if the N26 config flag skip_pending_transactions is set to true. But once you get the money back, those transactions will be processed and they might mess up your account balance.

What this PR does

This PR will also ignore the transactions with the type AV, but only if the N26 config flag skip_pending_transactions is set to true.

This closes #44.

Todo List

  • Write specs
  • Validate that only those kind of transactions have the type AV

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

N26 transaction types
1 participant