
ListMethods
ListMethods
yaml
type: "io.kestra.plugin.stripe.payment.ListMethods"Examples
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
customerId*Requiredstring
paymentMethodType*Requiredstring
Outputs
customerIdstring
paymentMethodIdsarray
SubTypestring