SecurityToken

Defines a source token used to identify a merchant.

Description

This object defines a source key which is used to identify the merchant making the request.

Security ID is obtained by logging into the merchant console.

Properties

TypeNameDescription
stringUserIdUserId obtained in merchant console. (required)
stringSecurityIdSecurityId obtained in merchant console. (required)
stringPasswordPassword obtained in merchant console. (required)

Examples

EBizSOAP.SecurityToken SecurityToken = new EBizSOAP.SecurityToken();
SecurityToken.UserId = "00000000-0000-0000-0000-000000000000";
SecurityToken.SecurityId = "00000000-0000-0000-0000-000000000000";
SecurityToken.Password = "00000000";