PaymentMethod
PaymentMethod objects represent your customer's payment instruments. They can be used with PaymentIntents to collect payments or saved to Customer objects to store instrument details for future payments.
Related guides: Payment Methods and More Payment Scenarios.
See PaymentMethodCreateParams for PaymentMethod creation
Constructors
Types
Billing information associated with the PaymentMethod that may be used or required by particular types of payment methods.
If this is a card
PaymentMethod, this hash contains details about the card.
If this is a card_present
PaymentMethod, this hash contains details about the Card Present payment method.
Requires the FPX payment method enabled on your account via https://dashboard.stripe.com/account/payments/settings.
If this is an ideal
PaymentMethod, this hash contains details about the iDEAL payment method.
If this is a sepa_debit
PaymentMethod, this hash contains details about the SEPA debit bank account.