Saved cards, refunds, and restrictions
How saved cards work for returning customers, what refunds and voids a method supports, and how to restrict methods.
Beyond taking a payment, each method declares what it can do — refunds, voids, saved cards, installments — and you can restrict where it appears.
Saved cards
When a gateway supports saved cards, signed-in customers can store a card for faster repeat checkout. Vendor never stores the card number — only an opaque token from the processor. Customers can set a default card or delete one from their account.
Restricting a method
- Minimum / maximum cart total — e.g. only allow invoice over a threshold.
- Allowed currencies and countries.
- Physical-only — hide a method when the cart is all digital.
- Company-only — require company details (useful for Invoice).
Was this article helpful?