Variable PayoutFailureCodeConst

PayoutFailureCode: {
    ACCOUNT_CLOSED: "account_closed";
    ACCOUNT_FROZEN: "account_frozen";
    BANK_ACCOUNT_RESTRICTED: "bank_account_restricted";
    BANK_OWNERSHIP_CHANGED: "bank_ownership_changed";
    COULD_NOT_PROCESS: "could_not_process";
    DEBIT_NOT_AUTHORIZED: "debit_not_authorized";
    DECLINED: "declined";
    INCORRECT_ACCOUNT_HOLDER_ADDRESS: "incorrect_account_holder_address";
    INCORRECT_ACCOUNT_HOLDER_NAME: "incorrect_account_holder_name";
    INCORRECT_ACCOUNT_HOLDER_TAX_ID: "incorrect_account_holder_tax_id";
    INVALID_ACCOUNT_NUMBER: "invalid_account_number";
    INVALID_CURRENCY: "invalid_currency";
    NO_ACCOUNT: "no_account";
} = ...

Type declaration

  • Readonly ACCOUNT_CLOSED: "account_closed"
  • Readonly ACCOUNT_FROZEN: "account_frozen"
  • Readonly BANK_ACCOUNT_RESTRICTED: "bank_account_restricted"
  • Readonly BANK_OWNERSHIP_CHANGED: "bank_ownership_changed"
  • Readonly COULD_NOT_PROCESS: "could_not_process"
  • Readonly DEBIT_NOT_AUTHORIZED: "debit_not_authorized"
  • Readonly DECLINED: "declined"
  • Readonly INCORRECT_ACCOUNT_HOLDER_ADDRESS: "incorrect_account_holder_address"
  • Readonly INCORRECT_ACCOUNT_HOLDER_NAME: "incorrect_account_holder_name"
  • Readonly INCORRECT_ACCOUNT_HOLDER_TAX_ID: "incorrect_account_holder_tax_id"
  • Readonly INVALID_ACCOUNT_NUMBER: "invalid_account_number"
  • Readonly INVALID_CURRENCY: "invalid_currency"
  • Readonly NO_ACCOUNT: "no_account"

Generated using TypeDoc