Checkout / Improvement

Checkout now
pre-selects the last used payment method

For signed-in customers, checkout remembers the payment method used on their previous purchase and shows it pre-selected on subsequent orders. This applies to D2C and B2B checkout flows where saved payment methods are enabled.

On this page
  1. In 30 seconds: What changed
  2. Illustrated: The previous → next checkout experience
  3. Requirements (miss these and it won't apply)
  4. Before / After comparison
  5. What the announcement does not say
  6. 3 steps to check before rollout
  7. 5 points for developers
  8. 3 practical use cases
  9. One-line summary for your pitch

1In 30 seconds: What changed

Checkout now remembers a signed-in customer's last used payment method and, on subsequent purchases, shows it already selected .
The announcement mentions no customer-side setting and no merchant-side implementation — it is an automatic behavior improvement.

Applies to: signed-in customers

Only customers who are signed in. The announcement says nothing about guest checkout.

Applies to: saved payment methods

Limited to flows where saved payment methods are enabled.

D2C B2B

Applies to: D2C and B2B

Both checkout flows are explicitly stated as in scope.

2Illustrated: The previous → next checkout experience

Signed-in customer First purchase Choose a payment method Card A Card B Other The customer picks manually Checkout remembers it last used payment method Second and later purchases Card A (pre-selected) Card B Other Zero selection steps
The point is not thatmore payment methods were added, but thatthe pre-selected initial state changed. The number of checkout steps is the same, but customers make one fewer decision and one fewer tap.

3Requirements (miss these and it won't work)

The customer is signed in

"signed-in customers" is the premise. There is no mention of the purchase experience without an account.

Flows where saved payment methods are enabled

Explicitly stated as "only in checkout flows where saved payment methods are enabled". If this is off, there is nothing to remember in the first place.

Both D2C and B2Bare explicitly stated as in scope. B2B reordering (repeat purchasing) is exactly the case that tends to use the same payment method every time, so it is where this has the most impact.

4Before / After comparison

ItemBeforeAfter this change
Payment method shown initially Nothing selected / default order The customer picks every time The method used last time is already selected
Customer action Pick from saved cards each time Just continue and pay with the same method as last time
Customers covered Signed-in customers
Flows covered D2C / B2B with saved payment methods enabled
Merchant setup Not stated No setup steps are described in the original

5What the article does not say

The original is a short release note. The following are not written in it, so treat them as items to verify rather than assume.

Not documented

ON / OFF toggle

There is no mention of whether merchants can disable it, or whether an admin setting exists.

Not documented

How customers opt out

Nothing is said about whether customers can choose "don't remember this".

Not documented

Eligible plans / countries

No plan requirements, regions, or rollout timeline are stated.

Not documented

Impact on APIs / webhooks

There is no description of how this surfaces in the Admin API or Checkout Extensibility.

Not documented

Handling of expired cards

The fallback behavior when the previously used card has expired is unknown.

Not documented

Relation to subscriptions / recurring orders

Whether it affects the payment method on subscription contracts is not stated.

These all require hands-on verification in a real store. The expired-card fallback in particular ties directly into payment failure rates, so it's safest to try it in a development store first.

63 steps to check at rollout

1

Check whether saved payment methods are enabled

On stores where this is OFF, the feature won't apply at all. Start by confirming the current state.

2

Place two orders while signed in and watch the behavior

Verify hands-on whether the method chosen on the first order comes pre-selected on the second.

3

Monitor checkout completion rate and payment method mix

A different default selection shifts the mix of methods used. Compare before and after the release.

75 points developers should know

1. A platform-side improvement that needs no implementation

The article gives no setup steps or code changes. This is the kind of change that simply lands as a checkout behavior improvement. The work is "verification", not "implementation".

2. It assumes saved payment methods

It's limited to flows where saved payment methods are enabled. Depending on store settings, "this never happens for us" is entirely plausible, so align expectations about the feature before discussing it.

D2C B2B

3. B2B is included

B2B checkout is explicitly in scope. Behavior in setups involving company accounts and multiple buyers is worth verifying hands-on in a development store.

4. Measure on the assumption that the payment method mix will shift

If the default selection changes, so does the distribution of methods customers pick. On stores where fees differ by method, this can ripple into cost-side metrics too.

5. If you've customized checkout, question the "nothing selected yet" assumption

If you've built Checkout UI Extensions or your own payment-steering logic, the implicit assumption that "the customer starts with nothing selected" may no longer hold. That said, the original post says nothing about interaction with extensionsso you need to verify on your own store whether it has any impact.

83 use cases you can apply to your business

Buy it now
USE CASE 1

Reducing repurchase friction for D2C stores with a high repeat rate

Challenge
For consumables and staple repeat products, members reselect the same card every time. One cause of cart abandonment is the number of steps in checkout.
Action
Enable saved payment methods and strengthen the paths that encourage customer login (cart / account page) to grow the audience for which this default selection takes effect.
Impact
One fewer checkout action for logged-in repeat customers. It is also easy to explain as an incentive for signing up.
Technical note
Measure the impact using CVR segmented by logged-in vs. guest. A blended average gets buried by fluctuations in the login rate.
B2B Reordering
USE CASE 2

Lightening recurring order operations for B2B wholesale stores

Challenge
Buyers at trading partners order the same products weekly or monthly, yet only the payment method has to be selected manually every time. Selection mistakes also occur when the person in charge changes.
Action
Since this feature also covers B2B checkout, set up saved payment methods and standardize the ordering flow for each buyer account.
Impact
Fewer steps in the ordering process and fewer payment method selection mistakes (unintended payment methods).
Technical note
The behavior with company accounts, multiple locations, or multiple buyers is not described in the original announcement. Verify it first on a development store.
Payment method mix
USE CASE 3

Monitoring shifts in the payment method mix from a cost perspective

Challenge
Fee rates and payout cycles differ by payment method, yet no one is watching how the mix shifts.
Action
Build a dashboard of order counts and revenue share by payment method before and after this change takes effect, and track it continuously.
Impact
You can spot it early if the mix skews because "the previously used method becomes the default." It also gives you material to explain the fee impact.
Technical note
Break the numbers down by logged-in vs. guest and D2C vs. B2B. Since the rollout timing is not stated, taking a daily snapshot makes it easier to pinpoint when things changed.

9One-line summary for your proposal

"For logged-in customers, checkout now remembers the last used payment method and selects it by default .
This applies to flows where saved payment methods are enabled D2C / B2B , and no implementation work is described.
What you need to do is check whether saved payment methods are enabled, and monitor the payment method mix."