ListMethodsListMethods
ListMethodsCertified

yaml
type: "io.kestra.plugin.stripe.payment.ListMethods"
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
SubTypestring