this post was submitted on 09 Nov 2023
234 points (98.8% liked)

Europe

8484 readers
1 users here now

News/Interesting Stories/Beautiful Pictures from Europe ๐Ÿ‡ช๐Ÿ‡บ

(Current banner: Thunder mountain, Germany, ๐Ÿ‡ฉ๐Ÿ‡ช ) Feel free to post submissions for banner pictures

Rules

(This list is obviously incomplete, but it will get expanded when necessary)

  1. Be nice to each other (e.g. No direct insults against each other);
  2. No racism, antisemitism, dehumanisation of minorities or glorification of National Socialism allowed;
  3. No posts linking to mis-information funded by foreign states or billionaires.

Also check out !yurop@lemm.ee

founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[โ€“] rentar42@kbin.social 14 points 9 months ago (3 children)

Oh, add an ?amount=32โ‚ฌ as well as a text=Pizza parameter and you're almost there ...

[โ€“] existenzmaximum@feddit.de 8 points 9 months ago* (last edited 9 months ago) (1 children)

Separate ?amount=32 and currency=Euro to add currency support.

[โ€“] rentar42@kbin.social 3 points 9 months ago (1 children)

I thought about that, but I think it's actually more error prone, because people might just be setting ?amount=32 and leaving out currency which might lead to unexpected behaviour. Implementors tend to interpret this differently and one app might take the default currency and the other might fail to accept it, and that kind of different behaviour is a common source of security issues. Having a single unified parameter that must always contain the value and currency "solves" that issue.

[โ€“] LufyCZ@lemmy.world 1 points 9 months ago

Makes it a bit more annoying to parse, though I definitely see your point.

However, you're still proposing a standard: "has to include both the currency and the amount in the parameter", so why not split them up at that point?

[โ€“] technohacker@programming.dev 2 points 9 months ago

Dammit we've just made UPI

[โ€“] sergih@feddit.de 1 points 9 months ago (2 children)

Idont't think that's a good idea, too many peoplr quickly pressing pay and then they tealizef only afyer paying thay there's an extra 0

[โ€“] rentar42@kbin.social 4 points 9 months ago (1 children)

There's still plenty of steps that your bank app can (and will) take to verify this is as intended. Requiring the user to "parse" the URI is not scalable anyway, the app needs to present the information clearly (i.e. "Do you really want to transfer 123.45โ‚ฌ to IBAN abcd, you have not transferred money to this IBAN before, the IBAN indicates a bank in " where the money amount is clearly highlighted).

[โ€“] sergih@feddit.de 1 points 9 months ago

I agree, still having to input the money manually is the best failsafe, how many people are used to just automatically hitting whatever button to make a message go away for example (even more with the cookies), best failsafe is inputting the money manually, you'd never mistakenly/automatically do that.

[โ€“] Etienne_Dahu@jlai.lu 2 points 9 months ago (1 children)

You know, it's good to put failsafes and all, but at some point it's just PEBKAC.

[โ€“] Obi@sopuli.xyz 2 points 9 months ago

Ah yes, PEBKAC, the most common error after ID-10T.