Skip to content

Latest commit

 

History

History
40 lines (29 loc) · 1.38 KB

mollie_payments_cancel.md

File metadata and controls

40 lines (29 loc) · 1.38 KB

mollie payments cancel

Cancel a payment by its payment token.

mollie payments cancel [flags]

Examples

mollie payments cancel --id=tr_token

Options

  -h, --help        help for cancel
      --id string   the payment method id

Options inherited from parent commands

  -c, --config string   specifies a custom config file to be used
      --curl            print the curl representation of a request
  -d, --debug           enables debug logging information
  -f, --fields string   select displayable fields to filter the console output, possible values are RESOURCE,ID,MODE,STATUS,CANCELABLE,AMOUNT,METHOD,DESCRIPTION,SEQUENCE,REMAINING,REFUNDED,CAPTURED,SETTLEMENT,APP_FEE,CREATED_AT,AUTHORIZED_AT,EXPIRES,PAID_AT,FAILED_AT,CANCELED_AT,CUSTOMER_ID,SETTLEMENT_ID,MANDATE_ID,SUBSCRIPTION_ID,ORDER_ID,REDIRECT,WEBHOOK,LOCALE,COUNTRY
      --json            dumpts the json response instead of the column based output
  -m, --mode string     indicates the api target from test/live (default "test")
      --no-headers      Return raw data with no headers
  -t, --token string    the type of token to use for auth (default "MOLLIE_API_TOKEN")
  -v, --verbose         print verbose logging messages (defaults to false)

SEE ALSO

Auto generated by spf13/cobra on 16-Jul-2022