maton stripe invoice

Manage invoices (list, get, create, finalize, pay, void)

Available commands

Options inherited from parent commands

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

ALIASES

maton stripe invoices

Examples

$ maton stripe invoice list
$ maton stripe invoice get in_123
$ maton stripe invoice create --customer cus_123
$ maton stripe invoice finalize in_123
$ maton stripe invoice pay in_123
$ maton stripe invoice void in_123

See also