UK Bank Account Payment, that might support BACS, FasterPayment of CHAPS.

Account holder name might be required for name matching.

interface UkBankAccount {
    accountHolderName?: string;
    accountNumber: string;
    bankName?: string;
    creationTime: string;
    customerId?: string;
    id?: string;
    instrumentType: InstrumentType;
    sortCode: string;
    status?: PaymentInstrumentStatus;
}

Hierarchy (view full)

Properties

accountHolderName?: string

This is the name of the customer or company that owns the bank account.

accountNumber: string

The bank account number.

bankName?: string

The bank name.

creationTime: string

Creation time.

Format should be ISO 8601 in UTC. Represents RFC 3339, section 5.6 date-time.

Example

"2021-07-15T17:54:12Z"
customerId?: string

The customer to which this instrument belongs.

id?: string

The instrument id.

instrumentType: InstrumentType

The instrument type.

sortCode: string

Use our sort code checker to easily find and check UK sort codes.

The instrument status.