E-Payment Integrator 2020 PHP Edition

Questions / Feedback?

Signature Property

Value to use with PayPal's Signature Authentication scheme.

Object Oriented Interface

public function getSignature();
public function setSignature($value);

Procedural Interface

inpay_expresscheckout_get($res, 59 );
inpay_expresscheckout_set($res, 59, $value );

Default Value

''

Remarks

A PayPal-generated unique digital signature (a line of text, or hash) that you copy from PayPal's website and include in API calls made by this class. An alternative to API Certificate security. Your digital signature, your API username, and your API password all together are called three-token authentication. An API signature is suitable for use with Microsoft Windows web servers or other shared web server configurations, such as those used by web hosting services. Multiple API signatures can be associated with your API username and password. For security, every time you view your API credential/signature on https://www.paypal.com, a new signature is generated. In your API calls, you can use any of the signatures that PayPal generates for you. All the signatures are equally valid until you remove your credentials by clicking Remove on the View API Signature page.

Data Type

String

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