E-Payment Integrator 2020 C++ Edition

Questions / Feedback?

TaxId Property

Company's Tax Id or a Customer's Social Security Number.

Syntax

ANSI (Cross Platform)
char* GetTaxId();
int SetTaxId(const char* lpszTaxId); Unicode (Windows) LPWSTR GetTaxId();
INT SetTaxId(LPCWSTR lpszTaxId);
@property (nonatomic,readwrite,assign,getter=taxId,setter=setTaxId:) NSString* taxId;
- (NSString*)taxId;
- (void)setTaxId:(NSString*)newTaxId;
#define PID_ECHECK_TAXID 62

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

Default Value

""

Remarks

This property contains a Company's Tax Id or a Customer's Social Security Number. In the absence of driver's license information, this property may be used by the gateway for fraud screening.

Data Type

String

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