Get Payment Methods
Get all payment methods associated with the company’s current Stripe customer.
Autorizaciones
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Respuesta
Successful Response
Unique identifier for the payment method
Type of the payment method. In this app, only card is supported.
Schema representing a card object (a type of payment method - the only allowed in the app). Check more at https://docs.stripe.com/api/cards?api-version=2025-04-30.preview
Schema representing a link object (a type of payment method). Check more at https://docs.stripe.com/api/payment_methods/object?api-version=2025-04-30.preview#payment_method_object-link
Whether this payment method is the default for the customer