Class PaymentMethod

All Implemented Interfaces:
HasId, MetadataStore<PaymentMethod>, StripeActiveObject, StripeObjectInterface

public class PaymentMethod extends ApiResource implements HasId, MetadataStore<PaymentMethod>
PaymentMethod objects represent your customer's payment instruments. You can use them with PaymentIntents to collect payments or save them to Customer objects to store instrument details for future payments.

Related guides: Payment Methods and More Payment Scenarios.