# /bank

The bank command group provides a set of utilities for managing bank related features.

# /bank transfer

Transfer money from an alliance bank.

# Parameters

  • recipient : The nation ID, nation link, part of the nation or leader name, or the username/mention of the nation's linked Discord account. Defaults to the linked nation of the user executing the command. If no nation is found then the alliance ID, alliance link, part of the alliance name or acronym, or an invented acronym from the first letter of the alliance name is valid to convert to an alliance.
  • resources : The resources to use.
  • alliance : The alliance to send money from. The alliance ID, alliance link, part of the alliance name or acronym, an invented acronym from the first letter of the alliance name, or any valid argument for a nation to use the alliance of.

# /bank balance

Show the balance of an alliance bank.

# Parameters

  • alliance : The alliance ID, alliance link, part of the alliance name or acronym, an invented acronym from the first letter of the alliance name, or any valid argument for a nation to use the alliance of.

# /bank account create

Creates a new bank account for a user.

# Parameters

  • name : The name of the bank account.
  • war_chest : Whether the account balance counts towards war chest audits. Defaults to true.
  • alliance : The alliance to create the bank account in. The alliance ID, alliance link, part of the alliance name or acronym, an invented acronym from the first letter of the alliance name, or any valid argument for a nation to use the alliance of.
  • primary : Whether the account is your primary bank account. Defaults to false unless you don't have a primary account.

# /bank account delete

Deletes a bank account.

# Parameters

  • account : The ID of the bank account to use.

# /bank account transfer

Transfer resources from one bank account to another.

# Parameters

  • from : The ID of the bank account to use. Defaults to your primary account.
  • to : The ID of the bank account to use.
  • amount : The resources to use.
  • note : A note to attach to the transfer.

# /bank account info

Get information about a bank account.

# Parameters

  • account : The ID of the bank account to use.

# /bank account list

List a user's bank accounts in an alliance.

# Parameters

  • user : The username, mention, or ID of the member to use.
  • alliance : The alliance ID, alliance link, part of the alliance name or acronym, an invented acronym from the first letter of the alliance name, or any valid argument for a nation to use the alliance of.

# /bank account edit

Edit a bank account.

# Parameters

  • account : The ID of the bank account to use.
  • name : The new name of the bank account.
  • war_chest : Whether the account balance counts towards war chest audits. Defaults to true.
  • primary : Whether the account is your primary bank account.
  • resources : The new amount of resources in the account.

# /bank account deposit

Deposit resources into a bank account.

# Parameters

  • account : The ID of the bank account to use.
  • resources : The resources to use.
  • note : A note to attach to the deposit.

# /bank account deposit-check

Check for new deposits to a bank account.

# Parameters

  • account : The ID of the bank account to use.

# /bank account withdraw

Withdraw resources from a bank account.

# Parameters

  • account : The ID of the bank account to use.
  • resources : The resources to use.
  • nation : The nation ID, nation link, part of the nation or leader name, or the username/mention of the nation's linked Discord account. Defaults to the linked nation of the user executing the command.
  • note : A note to attach to the withdraw.

# /bank account history

View the transaction history of a bank account.

# Parameters

  • account : The ID of the bank account to use.
  • page : The page of history to view.
  • status : The status of the transactions to view. Can be PENDING, ACCEPTED, REJECTED, or CANCELLED. Defaults to all.

# /bank transaction

The bank transaction command group provides a set of utilities for managing bank transactions.

# /bank transaction review

Review a pending bank transaction.

# Parameters

  • transaction : The ID of the transaction to use.