ynab-sdk-python icon indicating copy to clipboard operation
ynab-sdk-python copied to clipboard

Scheduled Transactions

Open Ga68 opened this issue 9 months ago • 3 comments

I really appreciate all the work that went into this. Thanks so much!

I think that Scheduled Transactions (future dates) aren't yet available based on what I read and what I can try to see digging into the code.

¿Is that right?

Looks like they're different from Transactions, though clearly similar.

Ga68 avatar Apr 29 '24 16:04 Ga68

Yeah, according with the API spec, there's no endpoint for creating scheduled/future transactions :(

I asked for support, and they directed me to the feature request form. If we can get more people asking for this support from the API, we might get them to do it.

andreroggeri avatar Apr 29 '24 16:04 andreroggeri

I'm working on a pr to at least get scheduled transactions https://github.com/andreroggeri/ynab-sdk-python/compare/main...Ga68:ynab-sdk-python:scheduled_transactions?expand=1

I still need to work out the test cases, but the retrieval of the data works.

Ga68 avatar Apr 29 '24 20:04 Ga68

@andreroggeri support has been added https://api.ynab.com/v1#/Scheduled%20Transactions/createScheduledTransaction

Ga68 avatar Jul 17 '24 13:07 Ga68