syncforynab / fintech-to-ynab

Automatically push Monzo and Starling transactions into YNAB in real time.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Monzo Webhook Error - account must be formatted as a uuid (universally unique identifier)

totalitarian opened this issue · comments

Hi,

I tried setting up the monzo webhook but get this error on heroku, any ideas?

YNAB::Client.create_transaction Response: {"error":{"id":"400","name":"bad_request","detail":"account must be formatted as a uuid (universally unique identifier)"}}

Can you send me the ynab account id environment variable you used?

I don't think it asked me for one, only

  • YNAB_ACCESS_TOKEN
  • YNAB_BUDGET_ID
  • URL_SECRET

Do I also need to do the #import section too? I'm not interested in importing old transactions just new ones pushed via the webhook

Do I also need to do the #import section too? I'm not interested in importing old transactions just new ones pushed via the webhook

You don't have to do it if you don't want to :)

Perfect, thanks very much!

@totalitarian so all sorted? Am I ok to close this?

Yes please