maton stripe payment-method list

maton stripe payment-method list [flags]

List payment methods. Stripe requires –customer for the account-wide list endpoint; this command forwards it as the customer scope.

Options

--connection <string>
Connection ID to route through (Maton-Connection header)
--customer <string>
Customer ID to list payment methods for (required)
--dry-run
Print the request that would be sent without executing it
--ending-before <string>
Cursor for previous page (payment method ID)
-q, --jq <expression>
Filter JSON output using a jq expression
--json
Output raw JSON
-L, --limit <int> (default 10)
Max results per page (1-100)
--paginate
Follow next_cursor and concatenate all pages (list commands only)
--starting-after <string>
Cursor for next page (payment method ID)
-t, --template <string>
Format JSON output using a Go template; see "maton help formatting"
--type <string>
Filter by type (card, us_bank_account, sepa_debit, …)

Options inherited from parent commands

-p, --profile <string>
Profile to use for this invocation (overrides the active profile; also reads MATON_PROFILE)

Examples

$ maton stripe payment-method list --customer cus_123
$ maton stripe payment-method list --customer cus_123 --type card
$ maton stripe payment-method list --customer cus_123 --paginate

See also