E-Payment Integrator 2020 C++ Edition

Questions / Feedback?

CancelURL Property

URL to which the customer is returned if he decides not to pay with PayPal.

Syntax

ANSI (Cross Platform)
char* GetCancelURL();
int SetCancelURL(const char* lpszCancelURL); Unicode (Windows) LPWSTR GetCancelURL();
INT SetCancelURL(LPCWSTR lpszCancelURL);
@property (nonatomic,readwrite,assign,getter=cancelURL,setter=setCancelURL:) NSString* cancelURL;
- (NSString*)cancelURL;
- (void)setCancelURL:(NSString*)newCancelURL;
#define PID_EXPRESSCHECKOUT_CANCELURL 3

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

Default Value

""

Remarks

If the user starts to pay with PayPal, and then changes his mind, his browser will be redirected to this URL on your server. This may be set to the original page on which the customer chose his payment method.

This property is required when calling the SetCheckout method.

Character length and limitations: no limit. Must be URL-encoded.

Data Type

String

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