At a glance
Distribution of orders by payment method (payment.methodcode in Adobe Commerce). Adobe and Magento support a sprawling catalogue of payment methods: card-via-Stripe, Braintree, Authorize.Net, PayPal Express, PayPal Checkout, Apple Pay, Google Pay, bank transfer, cash on delivery, purchase order (PO), Amazon Pay, Klarna, AfterPay, plus per-merchant custom methods. The card surfaces the mix by count and bygrand_total, helping the merchant spot routing failures and gateway dependencies.
Calculation
Calculated automatically from your Adobe Commerce data. See the At a glance summary above for what the metric tracks and the worked example below for a typical reading.Worked example
A B2B+DTC apparel merchant on Adobe Commerce 2.4.7. UK + US Store Views. Snapshot 13 May 26, 30-day rolling. 4,820 orders, $950,000 grand total. Payment method distribution:
Insight pattern:
- Stripe is 60% of orders but only 48.6% of value. Stripe-paid customers have a lower AOV (197) because Stripe is dominant for the lower-AOV DTC traffic. Higher-AOV B2B customers route through
purchaseorder(PO). - PO is 6.4% of orders and 19.2% of value. Critical revenue contribution; one PO failure equals 30+ Stripe orders. Track Order State Distribution for
pending_paymentorders specifically on the PO method, those represent net-30 invoices in flight. - PayPal at 14.9% count, 13.5% value. Roughly mirroring; PayPal is broad-AOV. A drop here is often a SDK/script-block issue on the storefront. Cross-link with
paypal.pp_total_volumeto confirm Adobe and PayPal agree on the count. - Apple Pay at 10%. Significant; mostly DTC mobile-checkout. If iOS Safari traffic drops, Apple Pay drops with it. Check the storefront’s domain-association file (
/.well-known/apple-developer-merchantid-domain-association); if expired, Apple Pay silently disappears from the checkout sheet. checkmo(check by mail) at 0.5%. Tiny but worth watching, a sudden rise from 0.5% to 5% is the gateway-failure signature: card capture broke, customers fell back to “check by mail”. This is the most reliable canary for a card-payment outage.- Cross-link with Order State Distribution: if
pending_paymentis high specifically onstripe_paymentsorders, the Stripe-callback path is broken. Look at PayPal share, if PayPal share is rising while Stripe share is stable butpending_paymentis rising, the Stripe success-callback is the issue (orders created, payment captured at Stripe, but Adobe never received the success webhook). - Action queue: (a) verify Apple Pay domain certificate not expiring, (b) audit PO
pending_paymentqueue for stuck invoices, (c) set up alerts forcheckmoshare crossing 1.5%.
Sibling cards merchants should reference together
Reconciling against the vendor’s own dashboard
Where to look in Adobe Commerce Admin:Sales > Orders with the Payment Method column displayed. Group manually by method to count. Adobe does not have a “payment method distribution” report natively in 2.4.x.For per-method gateway settings:
Stores > Configuration > Sales > Payment Methods lists every configured method with its enabled state. A method that’s “enabled” in config but missing from this card has zero recent transactions (it’s either offline or customers aren’t selecting it).Why our number may legitimately differ from a manual Admin computation:
Cross-connector reconciliation (when these connectors are connected for this merchant):
Known limitations / merchant FAQs
Why are PayPal Express and PayPal Checkout shown separately? Because they are separate Magento method codes (paypal_express and paypal_billing_agreement and braintree_paypal are three different things, all routing through PayPal’s API but with different checkout flows). The card keeps them separate; group them via the Vortex IQ workspace’s payment-method aliases if you want a unified PayPal view.
A method is enabled in config but doesn’t appear on the card, why?
No transactions in the period. Either the method is misconfigured (customers see it but the gateway returns errors), or customers aren’t selecting it (they prefer another option). Check Stores > Configuration > Sales > Payment Methods for the method’s “Title” and “Sort Order”; methods low on the list often get ignored.
checkmo (check by mail) is rising, what’s happening?
Almost always a card-payment failure. Customers’ card attempts are failing (invalid token, expired cert, gateway down) and they fall back to “pay by check”. Check the gateway’s status page and your Adobe Commerce error logs (var/log/payment.log).
My multi-store has Apple Pay on US but not UK, why?
Apple Pay requires per-domain certificate verification. Each Store View domain needs its own Apple Pay merchant ID and apple-developer-merchantid-domain-association file. UK Store View probably doesn’t have the cert. Stores > Configuration > Sales > Payment Methods > Apple Pay is per Store View scope; configure separately.
Klarna and AfterPay show low share, are they worth keeping?
Buy-Now-Pay-Later (BNPL) methods convert at 1.5-2x compared to standard card for high-AOV DTC. Even at 4% share, they may be saving 20-30% of would-be-abandoned high-AOV checkouts. Cross-link with google_analytics.ga_checkout_funnel to measure the BNPL incremental conversion.
Why does the card include canceled orders?
Because cancellation reflects what the customer attempted. A method showing high cancellation share (e.g. bank_transfer at 30% canceled) is a friction signal, customers start the bank transfer then give up. Toggle to exclude canceled for “captured-only” view.
A custom payment method shows as a raw code, can I rename it?
Yes via the Vortex IQ workspace’s payment-method label config. Map the raw Magento code to a friendly label; the card respects it on next refresh.
purchaseorder (PO) orders sit in pending_payment for days, normal?
Yes for B2B. PO orders intentionally wait for AP department approval and net-30 invoice payment. Adobe’s pending_payment state is the right place for them. Operations should monitor the residence time; over 35 days suggests a payment-collection issue (cross-link with stripe.stripe_invoice_aging or your AR system).
Why doesn’t paypal.pp_transaction_count exactly match my PayPal share here?
Three causes: (1) PayPal Adaptive Payments and PayPal Standard are separate paths; (2) some Adobe-side paypal_express orders never reach PayPal (customer abandoned mid-flow); (3) PayPal-side may include subscription billing not visible to Adobe. Aggregate over 30 days and they should match within 2-5%.
Can I see method share over time?
Yes via the time-series view of this card (toggle to “trend” mode). Useful for catching gradual mix shifts (e.g., Apple Pay rising over 6 months, PayPal slowly declining).