Skip to main content

Processors, gateways, and PSPs

Between a merchant's checkout application and the underlying acquiring bank operates an ecosystem of technology providers and financial intermediaries. Terms like "gateway," "processor," "payment service provider," and "acquirer" are frequently used interchangeably in vendor marketing, obscuring the specific legal and technical roles each company fulfills.

Understanding where each provider sits in the processing stack is vital during operational incidents, as it dictates who has the technical capability and regulatory authority to resolve specific issues.

The payments intermediary stack can be categorized by two fundamental criteria: whether the entity takes custody of settlement funds, and whether it holds direct membership in the card schemes:

Entity typePrimary operational functionTakes custody of funds?Direct card scheme member?
GatewayEncrypts and transmits payment credentials from checkout to the processorNoNo
ProcessorTranslates API requests into ISO 8583 banking switch messages for clearingNoNo
Payment Service Provider (PSP)Aggregates multiple merchants under an established acquiring master relationshipYes (transitory)No (leverages sponsor bank BIN)
Payment Facilitator (PayFac)Onboards and underwrites sub-merchants under its own master merchant accountYesNo (sponsored by licensed acquirer)
AcquirerLicensed financial institution that underwrites risk and settles with schemesYesYes

A gateway serves strictly as an encryption and routing bridge, securely capturing sensitive payment data and dispatching it to processing endpoints without holding funds. A processor manages the complex message translation, protocol compliance, and batch clearing files that interface with card network switches.

A payment service provider (PSP) packages gateways, processing engines, and acquiring relationships into modern developer APIs. A specialized evolution of the PSP model is the payment facilitator (PayFac). A PayFac establishes a master merchant account with a sponsor acquirer and onboards individual commercial sellers as sub-merchants under its master agreement. This structure allows software platforms and online marketplaces to onboard new sellers in minutes, because the PayFac conducts automated underwriting under its own umbrella rather than requiring each seller to undergo formal bank review.

Incident diagnosis and escalation mapping

When transactions fail or disbursements are withheld, contacting the wrong provider wastes valuable operational time. Trace the symptom to the responsible layer:

Operational symptomPrimary responsible layerRemediation action
Checkout forms fail to render or reject API payloadsPayment gateway or frontend integrationInspect API error responses, TLS configurations, and client credentials
Abnormal authorization decline spikes across multiple cardsIssuing bank decisioning or network routingReview processor decline code distributions and verify network availability
Batch settlement fails to close at expected cut-offPayment processorCheck processor status dashboards and re-transmit clearing batch files
Funds settle to processor but bank disbursement is missingPSP, PayFac, or acquiring bankVerify merchant payout schedules, account verifications, and compliance holds
Unexpected reserve withholding or sudden funding delayAcquirer or PayFac risk managementEngage acquiring risk teams regarding volume spikes, refund rates, or dispute ratios
Ambiguity regarding scheme rules or dispute timeframesCard network scheme rulesConsult published network manuals or request clarification from the acquirer

A fundamental operational rule governs payment incident response: technical message anomalies belong to the entity routing the messages, while missing or delayed balances belong to whichever financial institution holds custody of the funds.

Terms introduced

  • Gateway: a message router between the merchant and the processor. It never holds funds.
  • Processor: the party running authorization and clearing messages on an acquirer's behalf.
  • Payment service provider: an aggregator that places many merchants under one acquiring relationship. Often shortened to PSP.
  • Payment facilitator: a PSP that onboards sub-merchants under its own master merchant account. Often shortened to PayFac.
  • Sub-merchant: a merchant operating under a facilitator's master account rather than its own.
  • Master merchant account: the facilitator's own account, through which its sub-merchants transact.

How providers do it

Payment service providers rarely operate as pure gateways or standalone processors. Most modern fintech vendors package multiple infrastructure layers into a single commercial contract, blurring the boundary between software gateways, payment processors, and acquiring banks.

The key operational question when evaluating providers is which entity holds the actual acquiring license and card network memberships. That institution dictates settlement speed, controls risk reserves, and serves as the ultimate point of escalation when settlement funds fail to arrive.

ProviderPlatform classificationAcquiring bank entityStatus
StripePayment Service Provider (PSP) bundling gateway, processing, and acquiringStripe directly, or licensed partner sponsor banks depending on jurisdictionunconfirmed per country
Stripe ConnectEmbedded platform monetization layer operating over Stripe infrastructureSame as Stripeconfirmed
AdyenFull-stack acquirer, processor, and gateway operating on a unified core ledgerAdyen directly, licensed as a credit institution / bank in the EU, UK, and USconfirmed
Worldpay ExpressPayment gateway and transaction processing engineSponsoring acquiring bank behind the gateway, rather than the gateway itselfunconfirmed
PayrixPayment-Facilitator-as-a-Service engine (marketed as Worldpay for Platforms)Worldpay acquiring infrastructureunconfirmed
Global PaymentsGlobal merchant acquirer and core processor (parent of Worldpay)Global Payments directly or regional bank partnersunconfirmed
BraintreeGateway and full-stack PSP (division of PayPal)Braintree acquiring entities, PayPal, or merchant's third-party acquirerunconfirmed
Checkout.comUnified cloud-based acquirer and processorCheckout.com directly across jurisdictions where regionally licensedunconfirmed per region
SquarePayment Facilitator (PayFac) aggregating micro and mid-market merchantsSquare master acquiring account sponsored by partner banksconfirmed
FiservGlobal payment processor (First Data core platform)Partner sponsor banks (often unnamed in standard processing agreements)unconfirmed

Corporate consolidation in the payments industry frequently obscures provider redundancy. For example, Global Payments acquired Worldpay, and Payrix operates as their embedded platform division. Treating them as three competing bids during vendor selection often yields identical backend terms and settlement routing.

What they are: a PSP. Stripe is the gateway, the processor, and the acquiring relationship sold as one product, so there is no separate bank to call.

That collapses the escalation table on this page into one row. Whatever the layer, the ticket goes to Stripe. What it costs is the lever the table implies: a routing problem cannot go to a different processor while the acquiring stays, because the two were never bought separately.

QuestionAnswerStatus
Which bank actually sponsors the merchant?Varies by country. Stripe holds the acquiring licence in some markets and uses a partner bank in othersunconfirmed; ask per country of sale
Is the acquirer BIN a transaction went out under visible?unconfirmed
Who is above first-line support?unconfirmed; get a named contact before one is needed

Their vocabulary

Standard termTheir termStatus
Merchant IDAccount, acct_…confirmed
Sub-merchantConnected account, under Connectconfirmed

Last verified: never.