Payment methods are saved cards linked to a customer. They enable one-click repeat payments and recurring subscription billing: once a payment method is active, you can charge it by passing its payment_method_id when creating a payment intent, or let subscription billing charge it automatically.
Saving a card is a two-step flow. Creating a payment method starts a setup intent and returns processor details your frontend uses to confirm card collection with Stripe.js. The payment method starts in pending and becomes active once Flint receives setup confirmation; only active payment methods are billable, so wait for status=active before charging or setting a default. Other statuses are expired, removed, and failed.
For the end-to-end saved-card flow, start with the Subscription billing guide. This page is the lower-level API reference.
