E-Payment Integrator 2020 C++ Edition

Questions / Feedback?

ResponseData Property

The entire response returned from the gateway processor.

Syntax

ANSI (Cross Platform)
char* GetResponseData();

Unicode (Windows)
LPWSTR GetResponseData();
@property (nonatomic,readonly,assign,getter=responseData) NSString* responseData;
- (NSString*)responseData;
#define PID_RECURRINGBILLING_RESPONSEDATA 56

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

Default Value

""

Remarks

The entire response returned from the gateway processor. This property contains the entire response returned from the gateway processor. You may use this to parse additional information that is not returned in the standard response properties.

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]