maton stripe transaction list

List balance transactions

maton stripe transaction list [flags]

Options

--connection <string>
Connection ID to route through (Maton-Connection header)
--currency <string>
Filter by three-letter currency code
--dry-run
Print the request that would be sent without executing it
--ending-before <string>
Cursor for previous page (txn 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)
--payout <string>
Filter by payout ID
--source <string>
Filter by source object ID (e.g. ch_123)
--starting-after <string>
Cursor for next page (txn ID)
-t, --template <string>
Format JSON output using a Go template; see "maton help formatting"
--type <string>
Filter by transaction type (e.g. charge, refund, payout)

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 transaction list
$ maton stripe transaction list --type charge -L 25
$ maton stripe transaction list --payout po_123 --paginate

See also