All termsMetricsIntermediateUpdated April 23, 2026

What Is Gross Payment Volume (GPV)?

Gross Payment Volume (GPV) is the total monetary value of all payment transactions processed through a platform over a given period, before deducting refunds, chargebacks, or processing fees. It is the top-line volume metric used by payment processors and merchants to measure scale.

Also known as: Total Payment Volume, Gross Transaction Volume, Total Processed Volume, Payment Volume

Key Takeaways

  • GPV measures total transaction value processed before any deductions — it is your top-line payment metric.
  • GPV differs from net revenue: fees, refunds, and chargebacks must be subtracted to reach actual earnings.
  • Payment processors like Stripe and Square use GPV as their primary reported growth metric.
  • Monitoring GPV trends alongside authorization rates reveals operational efficiency, not just scale.
  • High GPV with low net settlement volume is a red flag for excessive refunds or chargeback exposure.

How Gross Payment Volume (GPV) Works

Gross Payment Volume is calculated by summing the face value of every successfully authorized and captured payment transaction within a time window. The calculation happens at the payment processor layer, not the accounting layer, which means it runs upstream of any deductions or reconciliation steps.

Understanding how a transaction moves from checkout to GPV entry helps merchants and developers instrument their systems correctly and avoid double-counting or omission errors.

01

Customer Initiates Payment

A customer completes checkout and submits payment credentials. The order value — including taxes, shipping, and any applied discounts — forms the gross transaction amount that will eventually contribute to GPV if approved.

02

Authorization Request Sent

The payment processing layer routes an authorization request to the issuing bank via the card network. The bank checks available funds, fraud signals, and card status before returning an approval or decline code.

03

Transaction Authorized and Captured

On approval, the processor captures the funds — either immediately (auto-capture) or after a delay (manual capture). Only captured transactions enter GPV calculation. Authorizations that expire before capture are excluded.

04

GPV Ledger Updated

The processor's reporting system records the full transaction amount in GPV for that billing period. Currency conversion may apply for cross-border transactions, with the processor typically converting to a base reporting currency at the prevailing exchange rate.

05

Settlement and Deductions

After GPV is recorded, the settlement cycle begins. Processing fees, interchange, and scheme fees are deducted. Refunds and chargebacks reduce net volume but do not retroactively remove the original transaction from historical GPV figures.

Why Gross Payment Volume (GPV) Matters

GPV is the single most widely cited metric in the payments industry because it provides a clean, comparable measure of throughput across platforms, time periods, and business models. It is the denominator used to calculate take rates, authorization rates, and refund ratios — making it foundational to nearly every operational and financial analysis a payment team performs.

The stakes are substantial. Stripe's 2023 annual letter reported processing over $1 trillion in total payment volume, with GPV serving as the primary metric investors and analysts track to assess the company's market share trajectory. Block (formerly Square) disclosed $228 billion in Gross Payment Volume for 2023, a figure that directly drove its merchant fee revenue of approximately $6.4 billion — illustrating the tight linear relationship between GPV and processor income. For merchants, even a 0.5 percentage point improvement in authorization rates on $10 million monthly GPV translates to $50,000 in recovered revenue per month that never appeared in the base GPV figure but shows up in net settlements.

GPV as a Negotiation Lever

Payment processors tier their pricing by GPV thresholds. Merchants approaching $1M, $5M, or $10M monthly GPV should proactively request custom interchange-plus pricing. The same volume processed at 2.9% + $0.30 flat versus 0.25% + interchange saves over $80,000 annually at $5M monthly GPV.

Gross Payment Volume (GPV) vs. Gross Merchandise Value (GMV)

These two metrics are frequently confused because both measure "gross" volume at the top of the funnel. The distinction is meaningful: GMV is a commerce metric, GPV is a payment metric. A business can have GMV without GPV (cash sales, invoicing) and can have GPV without equivalent GMV (service fees, subscriptions).

DimensionGross Payment Volume (GPV)Gross Merchandise Value (GMV)
DefinitionTotal value of payment transactions processedTotal value of goods/services sold
ScopePayment layer onlyAll sales, any payment method
Who reports itPayment processors, PSPsMarketplaces, ecommerce platforms
Includes refunds?Recorded separately; not deducted from grossOften reported gross or net depending on platform
Includes cash/invoice sales?NoYes
Primary useProcessor performance, fee calculationMarketplace scale, seller activity
Example$8M of $10M GMV paid via card$10M total orders placed on platform

For a vertically integrated merchant running their own payment stack, GPV will typically equal or closely approximate GMV. For marketplaces and multi-channel retailers, the gap between GMV and GPV is a meaningful data point about payment method mix and digital adoption.

Types of Gross Payment Volume (GPV)

GPV is not a monolithic number. Most enterprise payment platforms and processors break it into sub-categories that serve different analytical purposes. Understanding these variants prevents misreads when comparing figures across reports or time periods.

Authorized GPV refers to the volume of transactions that received bank approval, including those that may not yet have been captured or settled. This figure is useful for real-time throughput monitoring but will always exceed settled GPV.

Settled GPV is the volume of transactions that have completed the full clearing and settlement cycle and resulted in funds transfer. This is the operationally relevant number for cash flow planning.

Recurring GPV segments subscription and scheduled billing transactions from one-time purchases. High recurring GPV signals predictable revenue and lower chargeback risk, and often qualifies for favorable processor pricing.

Cross-border GPV tracks transaction volume where the merchant and cardholder are in different countries. This segment carries higher interchange and scheme fees and is subject to currency conversion, making it an important cost center to monitor separately.

Card-present vs. card-not-present GPV distinguishes in-store terminal transactions from ecommerce and MOTO (mail order / telephone order) transactions. Card-not-present GPV carries higher fraud risk and typically higher processing costs.

Best Practices

Getting accurate, actionable GPV data requires discipline at both the operational and technical layers. The metric is only as useful as the instrumentation and processes behind it.

For Merchants

Reconcile GPV to your accounting system every settlement cycle, not just monthly. Discrepancies between processor-reported GPV and your order management system often reveal webhook failures, double-captures, or uncounted abandoned-cart recoveries. Set GPV targets by channel — separating mobile app, web, and in-store streams — so authorization rate improvements or cost increases can be attributed to the right surface. Use GPV segmentation by payment method to monitor the share of wallet held by each option; if payment gateway data shows Apple Pay GPV growing 30% month-over-month, that informs checkout UX investment priorities.

For Developers

Instrument your payment events at capture, not just at authorization. Your GPV pipeline should consume payment_intent.succeeded or equivalent capture webhooks, not authorization webhooks, to stay aligned with processor reporting. Store the original transaction currency and amount alongside any converted values to enable accurate cross-border GPV segmentation. Build idempotency into your GPV aggregation jobs — retried webhooks and duplicate event deliveries are a common source of inflated GPV figures in homegrown reporting systems. Index your transactions table on created_at and status to keep GPV queries performant as volume scales past millions of rows.

Common Mistakes

Confusing GPV with net revenue. GPV includes every dollar processed. After processor fees (typically 1.5–3.5%), refunds, and chargebacks are removed, net settlements can be 3–8% below GPV. Building financial models on GPV without deducting these costs leads to systematic overestimates of cash flow.

Including declined transactions in volume reports. Some internal dashboards accidentally aggregate all authorization attempts rather than captures. This inflates reported GPV and produces a falsely low authorization rate. Always filter on terminal captured or succeeded status.

Treating GPV as a profitability signal. GPV growth is meaningless without margin context. A merchant growing GPV 40% year-over-year while refund volume grows 80% is on a deteriorating trajectory. GPV must always be analyzed alongside refund rate, chargeback rate, and take rate.

Neglecting currency normalization. Multi-currency merchants who sum raw transaction amounts across currencies without converting to a base currency will produce a GPV figure that is arithmetically meaningless. Define a single reporting currency and apply consistent exchange rates — ideally the rate at settlement, not at authorization.

Failing to exclude test transactions. Sandbox and test-mode payments occasionally reach production reporting environments due to environment misconfiguration. A handful of test charges at inflated amounts can materially distort daily GPV figures. Filter by livemode: true or the equivalent flag in your processor's event schema.

Gross Payment Volume (GPV) and Tagada

Tagada is a payment orchestration platform that routes transactions across multiple processors, acquirers, and payment methods from a single integration. GPV tracking becomes significantly more complex in an orchestrated environment because the same merchant's volume flows through multiple downstream processors simultaneously.

Unified GPV Across Processors

Tagada normalizes GPV reporting across all connected processors into a single dashboard, eliminating the manual work of aggregating Stripe, Adyen, Braintree, and local acquirer reports. You can segment GPV by route, processor, payment method, currency, and geography in real time — giving you the data to optimize routing rules and authorization rates without building a custom data pipeline.

With Tagada, merchants can compare GPV and authorization rates across processors for identical transaction segments — the same card type, same BIN range, same geography — to identify which route delivers the best combination of approval rate and cost. A 2% improvement in authorization rate on $5M monthly GPV routed through an underperforming processor represents $100,000 in recovered revenue. That optimization is only visible when GPV is tracked at the route level, not just the merchant level.

Frequently Asked Questions

What does gross payment volume (GPV) mean?

Gross Payment Volume is the total value of all payment transactions processed through a payment platform or merchant account within a defined period — typically a day, month, or quarter. It counts every authorized and captured transaction at face value, before subtracting refunds, chargebacks, processing fees, or currency conversion adjustments. GPV is the broadest measure of payment scale and is widely used by payment processors, investors, and operators to track business growth.

How is GPV different from net payment volume?

GPV is the raw total of all processed transactions. Net payment volume — sometimes called net settled volume — is what remains after subtracting refunds, chargebacks, and processing fees. For example, if a merchant processes $1,000,000 in GPV with $40,000 in refunds, $5,000 in chargebacks, and $29,000 in fees, the net volume would be $926,000. GPV overstates actual revenue; net volume is closer to what a business actually receives. Both metrics matter — GPV for scale, net volume for profitability.

Why do payment companies report GPV instead of revenue?

Payment processors earn a small percentage of each transaction — typically 0.1% to 3% depending on pricing model. GPV is a far larger number and better communicates the scale of economic activity flowing through the platform. It also acts as a leading indicator of revenue: as GPV grows, so does the fee base. Investors use GPV to benchmark a processor's market penetration, while merchants use it to negotiate volume-based pricing and understand their own payment footprint.

Does GPV include failed or declined transactions?

No. GPV counts only authorized and captured transactions — meaning the customer's bank approved the charge and funds were reserved or collected. Declined transactions, abandoned carts, and failed authorization attempts are not included in GPV. Some platforms report attempted volume separately to help merchants track authorization rates, but standard GPV definitions exclude any transaction that did not result in a successful payment.

How can merchants use GPV to improve their payment strategy?

Merchants can segment GPV by payment method, geography, currency, and sales channel to identify where volume concentrates and where authorization rates lag. Comparing GPV to refund volume reveals return rate trends. Tracking GPV over time against authorization rates exposes processor performance issues. High-volume merchants also use GPV thresholds to negotiate lower interchange or flat-rate fees. In a payment orchestration setup, GPV per route helps determine which processors deliver the best combination of cost and authorization success.

Is GPV the same as GMV?

No. Gross Merchandise Value (GMV) measures the total sales value of goods or services transacted on a marketplace or ecommerce platform, regardless of how payment is collected. GPV is specifically the subset of that activity processed through a payment system. A marketplace with $10 million GMV might have $8 million GPV if 20% of orders are fulfilled via invoices, bank transfers, or deferred payment schemes. GPV is a payment metric; GMV is a commerce metric.

Tagada Platform

Gross Payment Volume (GPV) — built into Tagada

See how Tagada handles gross payment volume (gpv) as part of its unified commerce infrastructure. One platform for payments, checkout, and growth.

Related Terms

Metrics

Gross Merchandise Value (GMV)

Gross Merchandise Value (GMV) is the total dollar value of all merchandise sold through a platform over a given period, before deducting fees, returns, or discounts. It measures transaction volume, not net revenue.

Payments

Transaction

A transaction is the complete exchange of value between a buyer and a seller, triggered by a payment method and completed through authorization, capture, and settlement. Each transaction carries a unique identifier tracked across every participant in the payment chain.

Payments

Payment Processing

Payment processing is the end-to-end sequence of steps that moves funds from a customer's account to a merchant's account when a transaction is initiated. It involves authorization, authentication, clearing, and settlement across multiple financial entities.

Payments

Settlement

Settlement is the process by which funds from a completed transaction are transferred from the issuing bank to the merchant's account, finalizing the payment after authorization and capture. It typically occurs 1–3 business days after the original transaction.

Fraud

Chargeback

A forced reversal of a payment transaction initiated by the cardholder's bank. Chargebacks can result from fraud, customer disputes, or processing errors. High chargeback rates (above 1%) can lead to account termination and placement on the MATCH list.

Payments

Payment Gateway

A technology service that captures, encrypts, and transmits payment data from the customer to the acquiring bank for authorization. Payment gateways are the bridge between your checkout and the payment network.