Stripe ListMethods

Stripe ListMethods

Certified

List customer PaymentMethods

Retrieves all PaymentMethods of a given type for a customer. Uses the provided secret key; returns IDs plus raw JSON payload.

yaml
type: io.kestra.plugin.stripe.payment.ListMethods

List all cards for a customer

yaml
id: list_pms
namespace: company.team

tasks:
  - id: list_pms
    type: io.kestra.plugin.stripe.payment.ListMethods
    apiKey: "{{ secret('STRIPE_API_KEY') }}"
    customerId: cus_123
    type: card
Properties

Stripe API Key

Secret key for authenticating with Stripe. Starts with 'sk_' for live/test keys.

Customer ID

PaymentMethod type

Type filter such as card or sepa_debit

Reference (ref) of the pluginDefaults to apply to this task.

Customer ID

SubTypestring

PaymentMethod IDs

Raw Stripe response