Stelios
Stelios Life-long learner, happy father, trying to do some software engineering on the side.

An intro to payments: Value, liabilities and networks - Part 2

An intro to payments: Value, liabilities and networks - Part 2

Take a look around you.
Try to count how many items are not imported. Chances are you have not managed to count many.

With international trade so prevalent, money crossing borders is crucial to keep our world connected. But how does water turn into oil? 1

In the previous installment of this series, I talked about the history behind payment systems and described how domestic payments work.

In this post I will cover

  • cross-border payments
  • pull payments, and
  • discuss some of their pros and cons.

International payments - Nostro/vostro

The oldest form of cross-border payment mechanism is via correspondent banking (a.k.a. nostro/vostro accounts).

International payment - Nostro_vostro

In this model (line 4) PurpleBank (on the right) has a correspondency relationship with RedBank (on the left). What this means is that RedBank holds a bank account under its name in PurpleBank.

When PurpleBank customer D wants to send money to RedBank customer E, what she does is deposit the equivalent amount to RedBank’s own account inside PurpleBank. This deposit has a reference that the amount is intended for E.

RedBank sees the amount deposit confirmed (possibly intraday, since it is all part of PurpleBank’s systems) and credits the account of E with the equivalent amount on the other side. The deposit in E’s account comes from RedBank’s “own” money.

Notice that in the above scenario, there was no cross-border transfer of value or even a single payment message. 2
The remote account (owned by RedBank, held in PurpleBank) is part of RedBank’s assets, even though it is in a far away place. 3

This setup is the money equivalent of a teleportation gate; money appears on the other side almost magically. It is the legal agreements, the way balance sheets work and ledgers on both sides of the correspondency which make this possible.

Correspondency banking used to be the only way cross-border payments happened back in the day, but now it is almost obscure and little known, “buried” under additional layers of payments systems. So much so that it was used as a window for insiders to bypass the 2015 Greek capital controls with almost no-one realising (all credits go to the original source).

There are 2 issues with using nostro/vostro accounts at a large scale.

  • They were much easier to setup and implement as a bilateral agreement when world currencies were on fixed exchange rates. In the modern world, currencies fluctuate momentarily, which makes it harder to track the value of transactions.
  • There is always counter-party risk from the side of the nostro holder (in the above example RedBank). 4
    This was demonstrated in a great way in 1974 with the Herstatt Bank bankruptcy.

International payments - FX markets & Central clearing

Addressing the above 2 aspects we have

  • Fluctuating currencies
    Currencies post gold-standard are traded in pairs, i.e. their price is determined against each other. Their “spot price” is determined in FX markets. FX markets is a very broad term to describe effectively bilateral OTC trades, between big international banks and brokers. And by “OTC trade” we mean the purchase of the equivalent amount of foreign currency X, paid in local currency Y.
  • Risk
    As with all other financial transactions, using a clearing house as a guarantor reduces counter-party risk.

Putting the above back in our diagram, we have line 3.

International payment - Facilitator

The fundamental difference between line 4 (nostro/vostro) and 3 (central clearing and facilitation) is not so much that it has some 3rd parties facilitating the international movement of funds. It is when the payment will be considered settled as opposed to netted off or held as a liability from the other bank (which is the case with nostro/vostro).

Let’s take an extreme example of efficiency, EU’s TARGET2 settlement system.
In TARGET2 all transactions are cross-border but they have the benefit of a single currency. This makes the underlying operating principles roughly similar with national payment systems described in part 1. In TARGET2 it is ECB which holds the virtual central pool of money and EU central banks play the role of the guarantor for commercial banks. The core aim is to replenish the outstanding balances by the end of the day and keep the system whole. However, the flows being international means they are usually unbalanced. 5
This results in the receiving country’s central bank lending the sending country’s from the excess of the money it has just received 13. This permanent state of cross-border imbalance, fuelled by trade, is the subject of much discussion.

In the general case, cross-currency payments do not have the slick operation of TARGET2. The mechanisms employed are more complex as there are 3 hurdles to overcome.

Currency conversions
As discussed previously, large global market makers buy big sums of foreign currency and then re-sell that “down the food chain” to brokers and smaller banks for a fee. So, in the process of any cross-border payment, there will be a transaction to convert currency by using the “FX markets”.

Counter-party risk
Since there is no “Planet Earth Central Bank” to guarantee all global transactions, international value transfers are facilitated and guaranteed by a number of regional and international settlement systems and clearing houses.
These settle transactions between central banks, companies and everything in between.

Routing
The global financial system is a mesh (and a mess) of interconnected nostro/vostro accounts between the thousands of banks in the world. For a payment to find its way from point A to point B (say, from Mexico to Vietnam), it needs to “navigate” 3, 4 or more of these correspondent banking “hops”.
For this reason the SWIFT network has been setup to facilitate the actual payment routing.
At its core, SWIFT is very similar to the internet IP routing infrastructure:

However, unlike in IP where routers just forward packets, in SWIFT

  • intermediary banks also “forward” the payment amount to the next bank in the chain, and
  • liberally take a cut from the cake for this.

A brief pause

Pause for breath

Photo by Wade Austin Ellis on Unsplash

It is worth pausing for a minute and discussing these options.

Nostro/vostro is the oldest and simplest form of cross-border financial plumbing. It is also the single “lego block” used to build the complex SWIFT infrastructure and its younger EU cousin SEPA.

Despite the apparent elegance of SWIFT, SEPA and TARGET2 payment networks, there are a number of issues affecting them to a varying degree.

Reliability

The farther away in “financial proximity” the more unreliable the payment execution is. Timings of a cross-border payment (i.e. when funds will actually land on the recipient account) can vary wildly.

This is down to 2 main reasons

Disparate legislation
Payments are effectively “push” actions: the payer sends money to the payee. It is the payer’s responsibility to give the receiving account “coordinates” (i.e. bank account number) correctly.
Jurisdictions and banks around the world treat international payments differently, due to KYC, AML and IT system design. They require different levels of detail (e.g. account owner name, address, etc) and may have various quirks in their system implementation (e.g. truncate long strings, punctuation marks,…).

The more data points required as input, the higher the possibility for mistakes in processing a payment instruction. Especially considering how many different banks the instruction must “hop through” on its way. It should not come as a surprise that banks around the world employ armies of people tasked solely with manually checking, correcting and processing international payments.
This affects SWIFT much more than SEPA, due to the latter taking advantage of enforced common standards across the Eurozone.

System processing
SWIFT credit and debit messages between banks are almost instant, around the world. But actually processing them is slow.
Most banking systems are batch processes, taking place at the end of the day. Their day!
The more correspondent banking hops the payment has to go through, the slower the eventual receiver value date. Timezones, bank holidays and business day cut-off times are all working against the payee getting her money.

Trust

This should not be seen as an issue, because it should be taken as a given. But surprisingly it is (an issue) because it is not (taken as a given).
International transfers are based on an “arm’s length” relationship, with clearing houses used to reduce risk and establish trust. It is the more integrated network, TARGET2, which suffers from a growing lack of trust.

As mentioned previously, TARGET2 facilitates intra-EU payments by allowing EU member central banks to effectively lend each other. This means that the consequent surpluses and deficits are balance sheet records; Germany’s assets are Italy’s, Spain’s etc liabilities. This has resulted in a trillion euro domino tower; a unilateral exit from the Euro by any of the southern debitors would be, well… interesting, to say the least!
The northern European banking system would be lucky to survive.

This mounting risk is causing a lot of untold headaches and might one day cause an EU-wide Mexican stand-off.

Geopolitics

The world is turning multi-polar.

Whether it is China-US-EU or some other combination is of little importance. What is important to note is the disproportionate dominance of a single currency (US dollar) in the global payments system.
Just a cursory glance at the actual topology of the SWIFT network is enough to prove that SWIFT is global in name only. 95% of the network’s routing goes through US financial institutions.
This makes it laughably easy for the US to weaponize its infrastructure and for the world to immediately comply. 6 An EU attempt to keep the Iran nuclear deal alive (and override US sanctions), resulted in something more like a barter system than a payments network.

US dominance is a strategic threat which countries and corporations around the world are only now waking up to.

Pull payments

Pull it out

Photo by Pixabay on Pexels

So far we spoke about push payments, where the payer sends the payee money (e.g. because there is an outstanding invoice to pay).

There are 2 scenarios where this model is not sufficient

  • Recurring payments, e.g. for subscriptions or repayments. You just want to get paid based on a contract, rather than chasing people to send you the payment.
  • Point of sale purchases. When you are in the supermarket and not carrying cash, you cannot drop your shopping and go to the bank to transfer the amount to the shop-keeper.

Direct Debit

According to the Wikipedia definition definition a direct debit is

a financial transaction in which one person (or company) withdraws funds from another person’s bank account… the payer must have advised the bank that he or she has authorized the payee to directly draw the funds

Direct debit (or with any other name it is known around the world) is an automated variable recurring payment mechanism and network. It has been around for 60 years already.
It needs 2 basic things to operate:

  • the account numbers of both parties (payer and payee), and
  • the payer’s authorisation (a.k.a. mandate)

Putting this in our usual diagram, we have something very similar to normal payments.

Direct debit payments

Let’s say that customer C with an account in PurpleBank (left) started going to the gym owned by merchant A (account in GreenBank). A wants to start charging C an amount monthly.
For this reason, A asks C to setup a mandate with C’s PurpleBank. 7 Once this is setup, on the pre-agreed intervals (e.g. every 15th of the month), C’s direct debit processor submits a debit instruction to the scheme.

This is grouped together in batch files and submitted to the central scheme (e.g. Bacs in the UK) for processing, along with all other payments. As already discussed in part 1, the payment scheme has a central pool of money from all participating banks.

Unlike push payments, in this case C’s account will be credited immediately by using money from the central pot. Meanwhile the scheme will claim (debit) the money from A’s account to make up for the difference. In case something went wrong with A’s debit (e.g. not enough funds, mandate no longer valid), the scheme will take the money back from C.

This latent, eventual settlement is a basic difference between direct debits and push payments.
In order to improve the experience for the payee (receive owed money as soon as possible, to assist with cashflow), most direct debit schemes inverse the order of actions. 8 In the rare case where there is a late failure (e.g. account closed, owner deceased, mandate incorrect,…), money will appear and consequently disappear from the payee’s account (because the collection failed and the payout needs to be reversed).

It is interesting to note here that to set up a mandate all one needs is a correct owner name and account number. This can lead to some interesting cases of id theft with legacy, paper- or telephony-based processors. A new wave of online direct debit processors add automated identity checks in the process to tackle this ingrained inefficiency. 9

Cards

The plastic card, debit or its older sister credit, has been around since the ’50s.

It attempts to solve the following problem

How do you perform a financial transaction at point of sale without exchanging cash or bank account details?

The answer is… you guessed it! by introducing additional trusted third parties.

Card payments

When paying with a card 10, there are 4 tiers of processing that take place. Let’s take the case of a customer using her chip & pin card at a merchant’s POS terminal.

  • After the customer enters her PIN and completes the cardholder verification step, the terminal sends the transaction’s details (amount, card number, merchant id) to the Payment Processor (PP), to whom the terminal belongs (arrow 1).
  • After some basic checks, the Payment Processor immediately forwards the transaction to the Card Network (CN) (arrow 2).
  • The CN maps the card number to the bank in which the customer has her account C (a.k.a. Issuer bank). It immediately forwards the transaction to the Issuer (arrow 3).
  • The Issuer checks all kinds of things: Is the account open? Does it have enough limit to cover the transaction? Are there are blocks for the transaction (e.g. fraud alerts)? etc
    If all is ok, the confirmation travels all the way back to the terminal and gives the customer the happy beep!

This is where it ends for the customer. But not yet for the merchant; she needs to receive the funds.
Depending on how things are setup, M can receive the funds the same day or many days later, with all the involved parties taking a bite off the cake.

  • The PP may be able to front the payment (a.k.a. provide cashflow). In this case
    • funds are transferred from the PP’s bank account to M at the end of the day,
    • PP submits the batched payment instructions for the day to the CN, asking to receive the equivalent amount, and
    • the CN forwards the files to the bank for the amount to be sent to to the PP
  • The merchant’s bank (a.k.a. Acquirer bank) may be providing cashflow. In this case
    • the CN notifies the Acquirer of a successful confirmation (arrow 4),
    • the Acquirer pays the merchant’s account M from their own funds, and
    • the PP submits payment files instructing the transfer from the Issuer bank (C) to the Acquirer
  • Noone provides liquidity and the merchant has to wait.
    In this case the PP submits the payment instructions for a direct transfer from C to M.

The underlying money transfer mechanisms (pipe 5) are the exact same ones described so far (domestic and international). There is no magic or alternative way of transferring value in the case of cards.
From that lens the card network is a huge “traffic controller”, a trusted middle-man. It uses the card number and merchant identifier as virtual addresses to locate the bank accounts of both and “get them in touch”.

It is also interesting to note the presence of a Payment Processor, in addition to the card network.
This is because the card network is strictly b2b; maintaining a network of thousands of banks is enough work. The Issuer bank handles the relationship with the card holder. The Payment Processors 11 handle the relationship with the Merchant.

The main benefit of card networks is their ubiquity.
Visa alone has a network of over 14,000 banks and billions of cards issued.

However, complexity and abstraction come at a price.
There are 2 main drawbacks to card usage.

  • Fraud
    There are tens of millions stolen card details online. With the card doubling as a direct pointer to the bank account, it used to be very easy to perform online fraud. This is slowly tackled by introducing 2FA in the online checkout process (e.g. Verified by Visa).
  • Failure rates
    The additional middlemen and network hops result in some pretty dire failure rates; up to 15% (!!) according to Worldpay. Friction can be a huge loss of revenue, especially for online merchants.

…and mobile

In the previous diagram you may have noticed a small mobile device next to the customer.
We cannot talk about pull payments, without covering mobile wallets (e.g. ApplePay, GooglePay, Samsung Pay,…).

Mobile payments are layered on top of the credit card networks.

The actual card details (number, name, expiry date,…) are initially turned into a secure token, following the EMVCo specification. This happens by communicating them once to Apple 12, getting the token back and storing on the mobile phones’ secure wallet.
Whenever the phone is near a POS reader, the wallet is unlocked using the PIN/thumb/etc. The tokenized card is used to sign the transaction (amount, merchant,…) which, via the reader, is sent for verification.
It is routed to Apple’s servers where the token is verified to indeed represent a card. After that the request is processed like a normal card payment.

In this context Apple is taking partly the role of the payment processor, facilitating the transaction routing. For this it is taking a percentage off the payment (0.15% in the US for Apple).
With mobile phone usage and wireless micro-payments exploding worldwide, this is a very lucrative revenue stream, increasing the CLV of mobile phone owners by orders of magnitude.

Again, complexity comes at a price.
With Apple / Google / etc becoming a trusted intermediary in the payment chain, mobile payments are more open to fraud than plain card usage, at least for now. That is because the thumbprint or PIN at the point of sale, only proves device ownership, not card ownership. Any stolen card can be added to the device and consequently used.

Stay tuned…

Stay tuned

Photo by JESHOOTS.com from Pexels

In the next and final installment, we will go over

  • some modern “payment rails” developed in the last decade,
  • the emerging role of crypto-currencies into the “payments mix”, and
  • wrap up with some parting thoughts.

Footnotes

  1. To use an analogy from part 1.
  2. In the olden days, banks would send a telegraphic message and later Telex.
    In the modern day, for all that we know, RedBank may be employing a person to just press Ctr+F5 all day, to see new credits in their nostro account.
  3. Which means that by giving money to account E, RedBank did not just “magic” some money up.
    It just counter-balanced its newly acquired asset (money in its PurpleBank account), with a liability (giving money to E). So, all is zero in the end.
  4. If PurpleBank proves to be dodgy and its deposits evaporate, then RedBank’s asset (their account in PurpleBank) is worth nil and has to be written off.
  5. For example, the Spanish buying more German cars than the Germans jamon iberico.
  6. Being placed under sanctions goes beyond financial transactions. Any part of the US infrastructure from SWIFT message processing to mail servers etc is blocked for entities considered adversaries. And this can increasingly be anyone.
  7. The mandate is the equivalent of C declaring “Please allow A to take (debit) from my account in PurpleBank every X days and deposit it in her account in GreenBank”.
  8. In a “normal” push payment it is first debit (from the payer) and then credit (to the payee).
    In direct debit, it is first credit (to the payee) and then debit (from the payer), or at the very least these 2 happening almost in parallel.
  9. Full disclosure: I am an employee of GoCardless, an online direct debit provider, at the time of writing this blog post.
  10. Debit and credit cards have no practical difference in this discussion.
  11. This used to be exclusively the remit of the Acquiring banks. But as technology and terminals started becoming more advanced, it becomes harder and harder for “generalists” (as the banks are) to compete. Hence the rise of dedicated processors.
  12. When mentioning ‘Apple’ in this section, I refer to Apple, Google, Samsung,…
  13. Hard to make sense, I know! I had to re-read that myself… :-/

comments powered by Disqus