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 [email protected]

founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 24 points 9 months ago (22 children)

Yeah. It's really a UI issue at this point. Just a simple frontend to facilitate SEPA transactions to contacts (which could just be a simple Name -> IBAN map stored locally)

[โ€“] [email protected] 12 points 9 months ago (14 children)

I could imagine something like an IBAN protocol - open an IBAN link as in iban://AB26374838388 directly with your banking app and auto fill the bank transfer menu. Only add the amount of money you want to transfer.

No idea what other implications that would have e.g. for security though

[โ€“] [email protected] 14 points 9 months ago (9 children)

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

[โ€“] [email protected] 8 points 9 months ago* (last edited 9 months ago) (1 children)

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

[โ€“] [email protected] 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.

[โ€“] [email protected] 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?

load more comments (7 replies)
load more comments (11 replies)
load more comments (18 replies)