E-Payment Integrator 2020 C++ Edition

Questions / Feedback?

ResponseErrorCode Property

Additional error code returned by some gateways.

Syntax

ANSI (Cross Platform)
char* GetResponseErrorCode();

Unicode (Windows)
LPWSTR GetResponseErrorCode();
@property (nonatomic,readonly,assign,getter=responseErrorCode) NSString* responseErrorCode;
- (NSString*)responseErrorCode;
#define PID_RECURRINGBILLING_RESPONSEERRORCODE 57

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

Default Value

""

Remarks

Additional error code returned by some gateways. If a gateway returns it, this property will contain an additional code that may explain why the transaction was declined. You may also wish to inspect ResponseErrorText for a human-readable description of this ResponseErrorCode.

This property is read-only and 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]