6 ms·
Can you elaborate on the technicals? Is it a phone app? Does it work through QR codes or NFC? Is there a Pix "card"?
by earnesti 1y ago
Can you elaborate on the technicals? Is it a phone app? Does it work through QR codes or NFC? Is there a Pix "card"?
- DeathArrow 1y ago>Can you elaborate on the technicals? Is it a phone app? Isn't paying with some phone apps the default in China? And I think transferring using phone apps has some success in Africa, too.
- homebrewer 1y agoI used Alipay (which is an Android application where you add a debit or credit card) for absolutely everything when I was there in October of last year. Sure seemed like everyone else was using it too. Except for Hong Kong, they have their own thing. I just used Google pay there.
- pjc50 1y agoDoes HK still have Octopus? https://en.wikipedia.org/wiki/Octopus_card https://en.wikipedia.org/wiki/Octopus_card I remember encountering that before London launched Oyster, probably inspired by it. Worked in station vending machines as well as for tickets.
- dewey 1y agoYep, Octopus is everywhere. Alipay HK is also almost everywhere. Different app than mainland China but basically the same.
- rapfaria 1y agoYou can have several unique keys, a few are unique to the whole system (like your phone number, Physical Persons Register (CPF)), but you can have several randomly generated per bank. Usually you tell someone your phone number, otherwise the random generated string is a big string, and you actually show them a QR code so they can transfer to your account, and vice-versa.
- fdgjgbdfhgb 1y agoYou use your bank's phone app. You can scan a QR code or you can send money to someone if you know their "id string", like a phone number, an email or a random string of numbers - you choose the "id string" format you want, and you can have different "ids" linked to different bank accounts. There are no physical cards.
- aembleton 1y agoWhat happens if you miss-type the email or phone number when making a payment? Is there any confirmation of the persons name?
- cesarb 1y ago> Is there any confirmation of the persons name? Yes, and it's a small privacy leak in Pix: it shows the person's name and part of their CPF.
- abecedarius 1y agoThat doesn't sound small?
- luisrudge 1y agoIt helps to prevent scams because you know who the money is going to (not foolproof, of course). CPF in Brazil is not as fragile or sensitive as the SSN in the US. You can't easily wreck someone's life just because you know their name and CPF. CPF numbers are shared pretty much everywhere since it's a unique identification code for a single person. All businesses ask for it when they're generating invoices/receipts etc. You basically use your CPF everywhere and there's virtually no risk in sharing it. That's not to say that identity theft is not a thing in Brazil. It definitely is, however the damage is usually not as bad as the stories you hear in the US and the blame is usually put on the banks / service providers for not doing the proper KYC to verify the documents. It'll be a headache for the person, but usually something that is quickly fixed.
- 1y ago
- maleldil 1y agoIt's a protocol. You make payments through your bank app. You can make payments directly, basically a bank transfer, or through a QR code.
- mndgs 1y agoTrue that, ISO 20022 based.
- dormento 1y agoBrazilian here. - no card - technically not a specific app, its a payment method that any app with a checkout flow (for example) can chose to implement. - you register some id with your financial institution of choice (any of CPF - equivalent to SSN, CNPJ - for businesses, phone number, email or a randomly generated key). - keys are fully portable, as in you can revoke em or change the bank institution they're associated with any time. - you can generate a QR code on the spot so the person paying can just scan it - transfer is pretty much instant (under 5s seems to be the norm) - no NFC (so works with any crappy phone) - since its a bank transfer, and since bank transfers are insured up to 200k (afaik), its pretty safe.
- lucasoshiro 1y ago> you can generate a QR code on the spot so the person paying can just scan it You can also generate a R$0,00, print it and leave to the other person input how much will be transferred. PS: Pix is so trivial to us that only in places like HN we can see how amazing it is
- owebmaster 1y agoBrazilian banking system is quite well developed for a long time. Let's see if Pix being ubiquitous can help the country better develop economically, with better wealth distribution, innovation and high-paying jobs
- catsma21 1y ago> its a bank transfer why can't we just use qr codes with ibans in that case?
- badocr 1y agoIt's a functionality of banking apps. Yes, transfers are done either via a QR code or via one or more "Pix Keys", that the person/bussiness authorizes in their baking app. These keys can be the brazilian equivalent of your SSN, a cell phone number, an e-mail address or a randomly generated UUID-formated one.
- rpgbr 1y agoIt's a framework laid out by Central Bank and mandatory for medium and large-sized banks and payment companies. (For small ones, it's optional.) Pix has several rules that makes up for a nice UX, such as being free for personal use and a 10-second limit to get a response after a transaction. Pix is an open source specification, btw: https://github.com/bacen/pix-api https://github.com/bacen/pix-api
- lucasoshiro 1y agoPix is basically a commercial name for two services: - SPI: responsible for the payments - DICT: responsible for mapping keys to accounts The API documentation of those services are available, but only banks can use them. When a person wants to send money to another, there's an option in the bank app for sending through Pix. Then you have many options to define to whom you'll send that money: - typing the bank account information - using the Pix key (which can be an phone, email, CPF/CNPJ (brazillian documents) or a generated key) - scanning a QR code Note that the two latter options don't require the account information. That resolution is done by DICT. After that, you type how much you'll send (sometimes the QR code already contains this information). Then it'll send through SPI. And yeah, it's really, really fast.
- xeromal 1y agoThis sounds really cool. Is there a verification step where you confirm that the right number or identifier was entered for the first payment to someone? That's always one of my biggest concerns and I don't want to enter a number twice as the verification.
- leonidasv 1y agoThe UX is standardized by the Central Bank and they mandate a step showing the name of the person/company associated with that Pix key before you make the payment. So you can always double-check.
- xeromal 1y agoThat's exactly what I was looking for. That sounds great
- lucasoshiro 1y agoYou can see how it works in this video, after 3:30 https://www.youtube.com/watch?v=Wvz0Yiss4Go https://www.youtube.com/watch?v=Wvz0Yiss4Go. It's in portuguese, but I think you will understand how the interface works. Note that it is from a bank app (Nubank), Pix itself is not an app. Other banks have similar interfaces