PaymentMethod
- Type: object
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.
- Type: stringFormat: date-time
created requiredUnix timestamp when refund was created
- Type: string
id max length:100requiredUnique identifier for the object.
- Type: boolean
livemode requiredHas the value
trueif the object exists in live mode or the valuefalseif the object exists in test mode. - enum
type const:cardrequiredThe type of the PaymentMethod. An additional hash is included on the PaymentMethod with a name matching this value. It contains additional information specific to the PaymentMethod type.
valuescard
- Type: object · BillingDetails
billing _details Billing information associated with the PaymentMethod that may be used or required by particular types of payment methods.
- Type: object · PaymentMethodCard
card PaymentMethodCard
- Type: string
customer max length:100ID of an existing Customer, if one exists.
metadata Set of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value to
metadata.- Type: string
property Name

