/
5 minute read
March 24, 2022

Payment Cards Concepts

This page defines some of the most common concepts relevant to payment card systems, as well as concepts specific to the Marqeta platform. An understanding of these concepts is foundational to working with the Marqeta platform.

Acquiring bank

An acquiring bank provides merchant accounts that enable legal entities to accept card payments. The acquiring bank works in conjunction with an acquirer processor. In some cases, the acquiring bank and acquirer processor are a single entity.

Acquirer processor

Acquirer processors connect with merchants, the card network, and the acquiring bank (either directly or through a payment gateway) to facilitate payment at a merchant. They provide the means to create the system of record that communicates with the authorization and settlement entities. In some cases, the acquirer processor and the acquiring bank are a single entity.

Advice

An advice message updates or amends an existing or ongoing transaction. The receiver of the advice message must send an advice response message to acknowledge receipt of the advice.

For example, a cardholder purchases fuel at an automated fuel dispenser and the initial authorization request is for $100. However, the final transaction is only for $50. In this case, the automated fuel dispenser sends an authorization advice message to the card network with the updated amount for the final sale. The card network then sends an authorization advice message to the Marqeta platform with that same updated amount. The Marqeta platform sends an authorization advice response to the card network to acknowledge the updated authorization.

Authorization

An authorization is requested by a merchant through their acquirer processor when a cardholder attempts to make a purchase. The authorization process determines three conditions about a card in a given transaction:

  • If the card is valid

  • If the card is sufficiently funded

  • If the business rules for that card are being followed

If all three conditions are met, the issuer processor authorizes the transaction and places a temporary hold on the necessary funds. A clearing transaction follows a successful authorization.

Automated Clearing House (ACH)

ACH is the primary electronic network for money movement in the United States. It automates the movement of money between banks.

Capture

Capture is the process of finalizing a successful authorization, including the initiation of a money transfer by a merchant.

Card network

A card network connects merchants to card issuers in order to approve transactions. The network connects bank computers, processors, and payment card terminals all over the world. Each network uses a proprietary encryption code that is shared only with its partners. Visa, Mastercard, and Pulse are all examples of card networks.

Card transaction types

Payment card transactions can be either single-message transactions or dual-message transactions:

  • Dual-message transactions have two stages: authorization and settlement. This is the typical credit card transaction type.

  • Single-message transactions combine authorization and settlement into a single stage. This is the typical debit card transaction type.

Note
The terms "single" and "dual" in this context refer to the minimum number of messages for the relevant type. It is common for both types to have multiple messages.

Clearing

Clearing is the process by which the acquirer processor and issuer processor exchange financial transaction details. In the clearing process, the issuer processor posts an authorized transaction to a cardholder’s account and determines the amount of money the issuing bank must send to the acquiring bank to settle the transaction.

Money does not move in the clearing process, but rather in the settlement process.

General Purpose Account (GPA)

The General Purpose Account (GPA) holds the money that cardholders access when transacting with their cards. Every user and business on the Marqeta platform has an associated GPA. Funds in a GPA are "open-loop" funds that can be used at any merchant, subject to authorization controls. Most Visa and Mastercard accounts access GPA funds.

GPA order

On the Marqeta platform, a GPA order refers to the direction of funds into the GPA of a user or business.

Issuer processor

The issuer processor connects directly with card networks and issuing banks to provide a system of record for payment card data, manage the issuance of cards, authorize transactions, and communicate with settlement entities. Marqeta is an issuer processor.

Issuing bank

The issuing bank fills three primary roles in payment processing:

  • It is a network sponsor, which means it can issue cards on a given network

  • It is a holder of prepaid funds for non-credit instruments such as gift cards

  • It is a settlement point, managing a cardholder’s account and paying out to the merchant’s account after a purchase

Just-in-Time (JIT) Funding

Just-in-Time (JIT) Funding is a method of automatically funding a GPA in real time during the transaction process.

With JIT Funding, GPAs do not need to carry a balance. Instead, the Marqeta platform automatically moves funds from your funding source into the appropriate GPA at transaction time.

Ledger

The ledger is the system of record that keeps track of credits and debits for a given account. On the Marqeta platform, each GPA has a ledger to track its credits and debits.

Ledger balance

When using standard funding: The funds that are available to spend immediately, including funds from any authorized transactions that have not yet cleared.

When using Just-in-Time (JIT) Funding: Authorized funds that are currently on hold, but not yet cleared.

Peer-to-peer transfer

A peer-to-peer transfer occurs when two users transfer money between two different accounts on the Marqeta platform. These are also known as "peer transfers."

Primary Account Number (PAN)

A primary account number is a multi-digit number used to identify a primary account. Also called payment card numbers, it can be found printed on credit and debit cards.

Refund

A refund occurs when a cardholder requests that the merchant return funds from a previous transaction after the clearing process has completed.

Reversal

A reversal occurs when a merchant cancels a transaction after the authorization succeeds, but before the clearing process begins.

Settlement

Settlement is the process by which a merchant’s bank and a cardholder’s bank exchange both financial data and money with each other.

Standard funding model

In the standard funding model on the Marqeta platform, GPAs must be funded before the account holder can perform any transactions. You must manage each account balance to avoid under-funded or over-funded accounts.

Subscribe to our developer newsletter