E-Payment Integrator 2020 C++ Edition

Questions / Feedback?

BankAccountNumber Property

Bank account number for ACH transactions.

Syntax

ANSI (Cross Platform)
char* GetBankAccountNumber();
int SetBankAccountNumber(const char* lpszBankAccountNumber); Unicode (Windows) LPWSTR GetBankAccountNumber();
INT SetBankAccountNumber(LPCWSTR lpszBankAccountNumber);
@property (nonatomic,readwrite,assign,getter=bankAccountNumber,setter=setBankAccountNumber:) NSString* bankAccountNumber;
- (NSString*)bankAccountNumber;
- (void)setBankAccountNumber:(NSString*)newBankAccountNumber;
#define PID_RECURRINGBILLING_BANKACCOUNTNUMBER 26

INPAY_EXTERNAL void* INPAY_CALL InPay_RecurringBilling_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
INPAY_EXTERNAL int INPAY_CALL InPay_RecurringBilling_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);

Default Value

""

Remarks

Bank account number for ACH transactions. This property contains the customer's bank account number, which along with the BankRoutingNumber identify the location of the account where funds are to be drawn from for ACH transactions. This property is required for all ACH transactions.

This property is not available at design time.

Data Type

String

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