syncforynab / fintech-to-ynab

Automatically push Monzo and Starling transactions into YNAB in real time.
MIT License
248 stars 136 forks source link

fintech to ynab #135

Closed Venkatakompella closed 5 years ago

Venkatakompella commented 5 years ago

Hello There,

I have tried deploying fintech to ynab to herokuapp. However the feeds doesn't seem to come back.

Any Help would be appreciated?

scottrobertson commented 5 years ago

Can you explain in a bit more detail what the issue is?

On Mon, 24 Dec 2018, 20:03 Venkatakompella <notifications@github.com wrote:

Hello There,

I have tried deploying fintech to ynab to herokuapp. However the feeds doesn't seem to come back.

Any Help would be appreciated?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/fintech-to-ynab/fintech-to-ynab/issues/135, or mute the thread https://github.com/notifications/unsubscribe-auth/AAELCcWuM7b51iHg8Dwgms-UgUqq71fFks5u8TMQgaJpZM4ZgpkA .

Venkatakompella commented 5 years ago

Hey Scott,

I have followed the wiki/getting started to host or deploy the app to herokuapp. I have also registered webhook at developer.monzo.com.

I'm not receiving the transactions feed from monzo into my ynab. How do I make this work?

BR, Ven

scottrobertson commented 5 years ago

Did you previously have a prepaid monzo account?

Venkatakompella commented 5 years ago

I had a prepaid account.But the account that i'm seeding now is a joint account

scottrobertson commented 5 years ago

Can you ensure that you are using the correct account id when creating the webhook in monzo. It defaults to the prepaid account.

Venkatakompella commented 5 years ago

Yes,I'm using the correctid.Is there any logging that I can look into to figure out the issue?

scottrobertson commented 5 years ago

You can just tail the heroku logs. It will show once you perform a transaction if it's hitting the correct webhook.

Venkatakompella commented 5 years ago

2018-12-25T11:15:50.408341+00:00 heroku[router]: at=info method=POST path="/Monzo" host=ynabsync.herokuapp.com request_id=1f7c192e-ea61-4678-8079-dadc4f921618 fwd="52.209.175.250" dyno=web.1 connect=0ms service=3ms status=404 bytes=177 protocol=https

404 error

scottrobertson commented 5 years ago

Lowercase m for monzo

On Tue, 25 Dec 2018, 11:48 Venkatakompella <notifications@github.com wrote:

2018-12-25T11:15:50.408341+00:00 heroku[router]: at=info method=POST path="/Monzo" host=ynabsync.herokuapp.com request_id=1f7c192e-ea61-4678-8079-dadc4f921618 fwd="52.209.175.250" dyno=web.1 connect=0ms service=3ms status=404 bytes=177 protocol=https

404 error

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/fintech-to-ynab/fintech-to-ynab/issues/135#issuecomment-449843810, or mute the thread https://github.com/notifications/unsubscribe-auth/AAELCZmPrIN1Mm05VpvxPLSFhnhkhitqks5u8hCigaJpZM4ZgpkA .

Venkatakompella commented 5 years ago

Suspected so.Thanks. I will come back if any further issues