TransferFromBankId Property

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

Syntax

ANSI (Cross Platform)
char* GetTransferFromBankId();
int SetTransferFromBankId(const char* lpszTransferFromBankId); Unicode (Windows) LPWSTR GetTransferFromBankId();
INT SetTransferFromBankId(LPCWSTR lpszTransferFromBankId);
@property (nonatomic,readwrite,assign,getter=transferFromBankId,setter=setTransferFromBankId:) NSString* transferFromBankId;
- (NSString*)transferFromBankId;
- (void)setTransferFromBankId:(NSString*)newTransferFromBankId;
#define PID_BANKTRANSFER_TRANSFERFROMBANKID 47

IPWORKSOFX_EXTERNAL void* IPWORKSOFX_CALL IPWorksOFX_BankTransfer_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
IPWORKSOFX_EXTERNAL int IPWORKSOFX_CALL IPWorksOFX_BankTransfer_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);

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).

This property is not available at design time.

Data Type

String

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