E-Payment Integrator 2020 C++ Edition

Questions / Feedback?

ResponseApprovalCode Property

Contains an authorization code when a transaction has been approved.

Syntax

ANSI (Cross Platform)
char* GetResponseApprovalCode();

Unicode (Windows)
LPWSTR GetResponseApprovalCode();
@property (nonatomic,readonly,assign,getter=responseApprovalCode) NSString* responseApprovalCode;
- (NSString*)responseApprovalCode;
#define PID_RECURRINGBILLING_RESPONSEAPPROVALCODE 51

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

Default Value

""

Remarks

Contains an authorization code when a transaction has been approved. This property contains an authorization code when a transaction has been approved. If the ResponseCode returned indicates that the transaction is not approved, then the contents of this property should be ignored.

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]