Download receipts

When you attach a picture of a receipt to a transaction, it should be downloadable and should also work across devices. So if I change phones, I should still be able to access the receipt from your servers

It’s not stored on the servers it’s stored in a photo album called Monzo on the iPhone app

Really? I’d have thought it was also stored on their servers. If you are attaching receipts to a item, then for whatever reason your phone dies/stolen/drunkenly lost in a NY bar. Then re-installing the app on a new phone I’d expect notes and images to be attached.

1 Like

Notes I would think are stored on their database but definitely on iOS you have an album where the receipt is stored and if you delete from that album it disappears in the app (the album syncs with iCloud though and is included in your backups so in your scenario a phone restore would get you your receipts back)

That’s my request. For them to be stored on their servers so they are available if you change or lose your phone. What’s the point otherwise?
Also i am aware the images are stored locally but on Android you have to know where to look.
Finally when viewing the pic of the receipt, it has no options within the Monzo app. For example, I should be able to share it from the app directly.

I hope that’s clear

1 Like

Re icloud back, i can see what you mean. But the link back to Monzo is lost.

The whole point should be that your paper receipt is forever tied to the transaction on the app.

Receipt images are uploaded to an s3 bucket and linked to the individual transactions. I’ve wiped my phone a couple of times since I started using Monzo and all the transactions still have access to the original images.

You can check this yourself via the API if you want…

While it should loose its link to the Monzo app when you restore a backup I understand that you are asking a feature that it is uploaded to a server…could use up quite a bit of space depending on how heavily compressed and how much it’s used

Here’s an example from the API with the linked image:

{
      "id": "tx_00009CsR2PH8YwDDfIWS7V",
      "created": "2016-10-01T15:15:05.44Z",
      "description": "VINEYARD SERVICE STATI ABINGDON      GBR",
      "amount": -308,
      "currency": "GBP",
      "merchant": "merch_00009CsR2TWAmyCmC7HvJR",
      "notes": "Milk and bread",
      "metadata": {
        "Category_1": "undefined",
        "Category_2": "undefined",
        "Category_3": "undefined",
        "notes": "Milk and bread"
      },
      "account_balance": 9692,
      "attachments": [
        {
          "created": "2016-10-01T15:42:15.511Z",
          "external_id": "tx_00009CsR2PH8YwDDfIWS7V",
          "file_type": "",
          "file_url": "https://s3-eu-west-1.amazonaws.com/mondo-production-image-uploads/user_000098Yemav4pVp1ZF6esj/DkMSNDx5SIFoLnJiKokM-37d9ab24-3fd0-4b4d-afef-7c6b611c67a8",
          "id": "attach_00009CsTSifTHfh3OGyua9",
          "type": "",
          "url": "https://s3-eu-west-1.amazonaws.com/mondo-production-image-uploads/user_000098Yemav4pVp1ZF6esj/DkMSNDx5SIFoLnJiKokM-37d9ab24-3fd0-4b4d-afef-7c6b611c67a8",
          "user_id": "blah"
        }
      ],
      "category": "groceries",
      "is_load": false,
      "settled": "2016-10-03T11:35:07.87Z",
      "local_amount": -308,
      "local_currency": "GBP",
      "updated": "2017-02-13T13:51:08.106Z",
      "account_id": "blah",
      "counterparty": {},
      "scheme": "gps_mastercard",
      "dedupe_id": "353699100161001074018010495",
      "originator": false,
      "include_in_spending": true
    },

Specifically this image:
https://s3-eu-west-1.amazonaws.com/mondo-production-image-uploads/user_000098Yemav4pVp1ZF6esj/DkMSNDx5SIFoLnJiKokM-37d9ab24-3fd0-4b4d-afef-7c6b611c67a8

2 Likes

I stand corrected! Clearly stored in 2 locations both locally and in the data service

Not sure I like the fact these are just dumped on S3 and publicly accessible. Lots of companies have come to grief that way… A random URL does not secure whatever it is pointing at.

3 Likes

I mean: WOW! A publicly accessible bucket for a financial product? That certainly undermines my personal trust in Monzo to a very large extent…

edit: Sadly I’m not really surprised but still: I would’ve hope Monzo can do better than that…

2 Likes

Can you pull up another person’s receipt image?

1 Like

Yes. That’s the point/problem

2 Likes

I wasn’t asking if that was the problem. I was asking for someone else’s receipt image.

1 Like

Not sure what else to say, other than have a look here (Credit goes to @uncle_fungus )

1 Like

Yes, I saw that. But can you bring me up a receipt that isn’t linked.

1 Like

But if I do so, it will be linked. :stuck_out_tongue:

(Also, yes, I’m sure I can if I have enough time or computing power this is trivial. But firstly that would likely be construed as a breach of law [unauthorised access to another’s computer, aka “hacking”, or whatever this is called in the UK], and secondly I have better things to do with my time.)

Well here’s an image I just took and attached to a transaction? https://s3-eu-west-1.amazonaws.com/mondo-production-image-uploads/user_000098b9LsttM4i2uA81bd/aTA8KwcwB75b9WgBPr6b-0c9f48c6-431c-4815-879a-27de4bf7fdb3

image

Which is your own data. I can get my own receipt images in the same way.

I’m asking for someone to link me to a random image that isn’t their own, or already linked in this or any other thread.

1 Like