eg

Payment method patterns

The payment step is the highest-friction moment in checkout. The pattern depends on the method mix you support, whether returning customers are dominant, and how much the brand wants to lean on express wallets versus traditional card entry.

Amazon

Radio list with saved cards

Each saved card is its own row with a radio control, brand mark, last four, and expiry. An add new payment method tile sits below. The default for marketplaces and any retailer with high repeat-purchase rates.

Example of an Amazon-style payment radio list with saved cards and add new optionsearchPayment methodChoose how to pay for this ordercardVisa ending in 4242expires 12/28 · defaulteditcardMastercard ending in 8821expires 03/27editcardAmex ending in 1004expires 09/26edit+ Add a new payment methodOther ways to payBank account · Amazon gift card · Promotional balanceUse this paymentecommerceguide.com

> what's good

  • +Returning customers see all saved methods at a glance, default selection is one click.
  • +Edit and remove actions inline reduce trips to account settings.
  • +Easy to extend with bank accounts, gift cards, and balance methods.

> what's risky

  • ·Long lists become unwieldy if a customer accumulates many cards over time.
  • ·Default-selection logic must be transparent or shoppers feel tricked.
  • ·Heavy on screen real estate, weak fit for first-time shoppers.
Shopify

Brand tile grid with wallets

Express wallet buttons up top in a horizontal row, then a card option, then BNPL and bank methods stacked. The standard pattern for hosted checkouts that need to support 5+ payment types.

Example of a Shopify-style payment grid with brand tiles and digital walletssearchPaymentAll transactions are secure and encryptedExpress checkoutApple PayGoogle PayShop PayPayPalOR PAY BY CARDCredit cardVisa · Mastercard · Amex · DiscoverKlarnapay in 4 interest-free instalmentsAfterpaysplit into 4 paymentsBank transfermanual reference, 1-2 day clearingPay now · $125.88ecommerceguide.com

> what's good

  • +Express wallets at the top capture single-tap conversions on mobile.
  • +Clear visual hierarchy between fast methods and traditional card entry.
  • +BNPL and local methods get equal billing without crowding the primary flow.

> what's risky

  • ·Too many tiles creates choice paralysis, conversion can fall versus a single card field.
  • ·Wallets only render if the device supports them, layout must reflow gracefully.
  • ·Brand logos clutter an otherwise minimal checkout aesthetic.
DTC default

Single expanding card field

No picker at all, just a card number, expiry, CVC, and name field shown by default. Express wallets render above as a separate band when supported. The minimalist approach favoured by DTC brands using Stripe.

Example of a DTC-style single expanding card field with no method pickersearchPaymentCard number4242 4242 4242 4242ExpiryMM / YYSecurity codeCVC?Name on cardBilling address same as shippingPay $148.00payments secured by Stripe · 256-bit SSLecommerceguide.com

> what's good

  • +Fastest path for shoppers who already know they're paying by card.
  • +Visually clean, fits the editorial aesthetic of fashion and lifestyle DTC.
  • +Lower cognitive load than a multi-method picker.

> what's risky

  • ·No clear path for BNPL or alternative payment methods, must be added separately.
  • ·Shoppers expecting PayPal or wallets may bounce if not visible.
  • ·Single failure point, card declines have no quick fallback to another method.

More cart & checkout patterns