@sumup/sdk
    Preparing search index...

    Type Alias BankAccount

    type BankAccount = {
        account_category?: string;
        account_holder_name?: string;
        account_number?: string;
        account_type?: string;
        bank_code?: string;
        bank_name?: string;
        branch_code?: string;
        created_at?: string;
        iban?: string;
        primary?: boolean;
        status?: string;
        swift?: string;
    }
    Index

    Properties

    account_category?: string

    Account category - business or personal

    account_holder_name?: string
    account_number?: string

    Account number

    account_type?: string

    Type of the account

    bank_code?: string

    Bank code

    bank_name?: string

    Bank name

    branch_code?: string

    Branch code

    created_at?: string

    Creation date of the bank account

    iban?: string

    IBAN

    primary?: boolean

    The primary bank account is the one used for payouts

    status?: string

    Status in the verification process

    swift?: string

    SWIFT code