We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Once YNAB support passing in payee_name, we can remove all our logic around payee lookups. This should happen mid next week.
payee_name
The text was updated successfully, but these errors were encountered:
Right now this is kind of messed up as if the payee does not exist, it just creates the transaction with no payee at all.
Sorry, something went wrong.
This has been removed now. All we need to do now is pass payee_name to the create endpoint and it handles the creation if needed.
Keeping the payee_id lookup around for duplicate detection for now until the import_id stuff is implemented.
No branches or pull requests
Once YNAB support passing in
payee_name
, we can remove all our logic around payee lookups. This should happen mid next week.The text was updated successfully, but these errors were encountered: