E-Payment Integrator 2020 C++ Edition

Questions / Feedback?

ResponseApproved Property

Indicates the status of the last transaction.

Syntax

ANSI (Cross Platform)
int GetResponseApproved();

Unicode (Windows)
BOOL GetResponseApproved();
@property (nonatomic,readonly,assign,getter=responseApproved) BOOL responseApproved;
- (BOOL)responseApproved;
#define PID_RECURRINGBILLING_RESPONSEAPPROVED 52

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

Default Value

FALSE

Remarks

Indicates the status of the last transaction. This property will be True if the last transaction was approved. However, you should not rely solely on the value contained in this property. After every transaction, the ResponseCode should be inspected and evaluated according to the specifications of the Gateway in use. A list of response codes for each gateway is listed in the table of contents. However, it is recommended that the developer acquire the current list from the Gateway which is being used.

This property is read-only and not available at design time.

Data Type

Boolean

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