transferFromBankId (property)

Number that identifies the bank where the transfer is originating from.

Syntax

@property (nonatomic,readwrite,assign,getter=transferFromBankId,setter=setTransferFromBankId:) NSString* transferFromBankId;
- (NSString*)transferFromBankId;
- (void)setTransferFromBankId:(NSString*)newTransferFromBankId;
public var transferFromBankId: String {
  get {...}
set {...} }

Default Value

""

Remarks

Number that identifies the bank where the transfer is originating from.

When initiating or modifying a transfer (i.e., when TransferFunds or ModifyTransfer methods are called), and TransferFromAccountType is set to a value different than CreditCard, the TransferFromBankId is required to be provided in the request. Otherwise, it should not be set.

In intrabank transfers requests (transferring funds between two accounts at the same financial institution), the TransferFromBankId represents the source and destination FI (in this case, this is the same as TransferToBankId and TransferToBankId should not be set).

Copyright (c) 2021 /n software inc. - All rights reserved.
IPWorks OFX 2020 iOS Edition - Version 20.0 [Build 7941]