Skip to main content

Class StoreCredentials

Credentials for subsequent web service requests


Properties

NAMETYPEDESCRIPTION
EntityIdSystem.Int32A unique int32 value corresponding to the FI's RDA merchant in the EPS system. Also known as MID. EPS will provide this.
StoreIdSystem.Int64A unique int64 web service user ID systematically generated corresponding to the FI RDA merchant. EPS will provide this.
StoreKeySystem.StringA unique string value password systematically generated upon installing a web service user ID. The password corresponds with the StoreID. EPS will provide this.

Examples

{
"__type": "StoreCredentials:#JackHenry.Eps.Mobile.RDAAdmin",
"StoreId": 0,
"StoreKey": "String Content",
"EntityId": 0
}

Methods

Validate(IValidatorContext)

Declaration

public void Validate(IValidatorContext context)

Parameters

TYPENAMEDESCRIPTION
JHA.EPS.SharedService.Common.Validator.IValidatorContextcontext

Exceptions

TYPEDESCRIPTION
JHA.EPS.SharedService.Common.Validator.ValidationResultStoreId must be a valid number
JHA.EPS.SharedService.Common.Validator.ValidationResultEntityId must be a valid number
JHA.EPS.SharedService.Common.Validator.ValidationResultStoreKey cannot be null
JHA.EPS.SharedService.Common.Validator.ValidationResultStoreKey must be between 1-2000 characters
JHA.EPS.SharedService.Common.Validator.ValidationResultStoreKey must contain only visible characters