E-Payment Integrator 2020 C++ Edition

Questions / Feedback?

ResponseErrorText Property

Additional error description returned by some gateways.

Syntax

ANSI (Cross Platform)
char* GetResponseErrorText();

Unicode (Windows)
LPWSTR GetResponseErrorText();
@property (nonatomic,readonly,assign,getter=responseErrorText) NSString* responseErrorText;
- (NSString*)responseErrorText;
#define PID_RECURRINGBILLING_RESPONSEERRORTEXT 58

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

Default Value

""

Remarks

Additional error description returned by some gateways. If a gateway returns it, this property will contain a human-readable description of the error which occurred (if any). You may also wish to inspect ResponseErrorCode for an accompanying code which may be parsed and used by your application.

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]