E-Payment Integrator 2020 C++ Edition

Questions / Feedback?

ReturnURL Property

The URL where the user (browser) returns after authenticating.

Syntax

ANSI (Cross Platform)
char* GetReturnURL();
int SetReturnURL(const char* lpszReturnURL); Unicode (Windows) LPWSTR GetReturnURL();
INT SetReturnURL(LPCWSTR lpszReturnURL);
@property (nonatomic,readwrite,assign,getter=returnURL,setter=setReturnURL:) NSString* returnURL;
- (NSString*)returnURL;
- (void)setReturnURL:(NSString*)newReturnURL;
#define PID_OAUTH_RETURNURL 37

INPAY_EXTERNAL void* INPAY_CALL InPay_OAuth_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
INPAY_EXTERNAL int INPAY_CALL InPay_OAuth_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);

Default Value

""

Remarks

When ClientProfile is set to cfApplication this will be automatically set to the address of the local embedded web server. In that case this property can be inspected to determine the URL where the user will be redirected, but does not need to be set.

When calling GetAuthorizationURL, which is common when ClientProfile is set to cfWebBrowser, set this property to the URL on your server where the user will be redirected after authenticating with the authorization server.

Data Type

String

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