
Stripe ListMethods
CertifiedList customer PaymentMethods
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.ListMethodsExamples
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
apiKey *Requiredstring
Stripe API Key
Secret key for authenticating with Stripe. Starts with 'sk_' for live/test keys.
customerId *Requiredstring
Customer ID
paymentMethodType *Requiredstring
PaymentMethod type
Type filter such as card or sepa_debit
pluginDefaultsRef Non-dynamicstring
Reference (ref) of the pluginDefaults to apply to this task.
Outputs
customerId string
Customer ID
paymentMethodIds array
SubTypestring
PaymentMethod IDs
raw string
Raw Stripe response