Skip to content

List Revolut payment drafts for the active profile.

Synopsis

gln [global-options] revolut payment-drafts list

Options

No command-specific options.

Description

Opens the active Revolut profile and calls the public Revolut payment-draft C API. The result contains provider draft ids, optional schedule/title fields, and the provider-reported payment count.

JSON output does not include OAuth tokens, client assertions, private keys, or raw provider secrets.

Requirements

  • Profile: required
  • Backend prerequisites: Revolut profile with stored OAuth token and approved Revolut plugin

Status and exit codes

StatusExitMeaning
ok0Payment drafts were listed.
error1Local validation, profile, token, plugin, or transport failure.
rejected1Provider rejected the request; provider status details are in issues.

Result keys: drafts

Examples

gln --profile rev revolut payment-drafts list

See also